public class AuditFluentImpl<A extends AuditFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AuditFluent<A>
AuditFluent.CustomRulesNested<N>| Constructor and Description |
|---|
AuditFluentImpl() |
AuditFluentImpl(Audit instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AuditFluentImpl()
public AuditFluentImpl(Audit instance)
public A addToCustomRules(Integer index, AuditCustomRule item)
addToCustomRules in interface AuditFluent<A extends AuditFluent<A>>public A setToCustomRules(Integer index, AuditCustomRule item)
setToCustomRules in interface AuditFluent<A extends AuditFluent<A>>public A addToCustomRules(AuditCustomRule... items)
addToCustomRules in interface AuditFluent<A extends AuditFluent<A>>public A addAllToCustomRules(Collection<AuditCustomRule> items)
addAllToCustomRules in interface AuditFluent<A extends AuditFluent<A>>public A removeFromCustomRules(AuditCustomRule... items)
removeFromCustomRules in interface AuditFluent<A extends AuditFluent<A>>public A removeAllFromCustomRules(Collection<AuditCustomRule> items)
removeAllFromCustomRules in interface AuditFluent<A extends AuditFluent<A>>public A removeMatchingFromCustomRules(Predicate<AuditCustomRuleBuilder> predicate)
removeMatchingFromCustomRules in interface AuditFluent<A extends AuditFluent<A>>@Deprecated public List<AuditCustomRule> getCustomRules()
getCustomRules in interface AuditFluent<A extends AuditFluent<A>>public List<AuditCustomRule> buildCustomRules()
buildCustomRules in interface AuditFluent<A extends AuditFluent<A>>public AuditCustomRule buildCustomRule(Integer index)
buildCustomRule in interface AuditFluent<A extends AuditFluent<A>>public AuditCustomRule buildFirstCustomRule()
buildFirstCustomRule in interface AuditFluent<A extends AuditFluent<A>>public AuditCustomRule buildLastCustomRule()
buildLastCustomRule in interface AuditFluent<A extends AuditFluent<A>>public AuditCustomRule buildMatchingCustomRule(Predicate<AuditCustomRuleBuilder> predicate)
buildMatchingCustomRule in interface AuditFluent<A extends AuditFluent<A>>public Boolean hasMatchingCustomRule(Predicate<AuditCustomRuleBuilder> predicate)
hasMatchingCustomRule in interface AuditFluent<A extends AuditFluent<A>>public A withCustomRules(List<AuditCustomRule> customRules)
withCustomRules in interface AuditFluent<A extends AuditFluent<A>>public A withCustomRules(AuditCustomRule... customRules)
withCustomRules in interface AuditFluent<A extends AuditFluent<A>>public Boolean hasCustomRules()
hasCustomRules in interface AuditFluent<A extends AuditFluent<A>>public A addNewCustomRule(String group, String profile)
addNewCustomRule in interface AuditFluent<A extends AuditFluent<A>>public AuditFluent.CustomRulesNested<A> addNewCustomRule()
addNewCustomRule in interface AuditFluent<A extends AuditFluent<A>>public AuditFluent.CustomRulesNested<A> addNewCustomRuleLike(AuditCustomRule item)
addNewCustomRuleLike in interface AuditFluent<A extends AuditFluent<A>>public AuditFluent.CustomRulesNested<A> setNewCustomRuleLike(Integer index, AuditCustomRule item)
setNewCustomRuleLike in interface AuditFluent<A extends AuditFluent<A>>public AuditFluent.CustomRulesNested<A> editCustomRule(Integer index)
editCustomRule in interface AuditFluent<A extends AuditFluent<A>>public AuditFluent.CustomRulesNested<A> editFirstCustomRule()
editFirstCustomRule in interface AuditFluent<A extends AuditFluent<A>>public AuditFluent.CustomRulesNested<A> editLastCustomRule()
editLastCustomRule in interface AuditFluent<A extends AuditFluent<A>>public AuditFluent.CustomRulesNested<A> editMatchingCustomRule(Predicate<AuditCustomRuleBuilder> predicate)
editMatchingCustomRule in interface AuditFluent<A extends AuditFluent<A>>public String getProfile()
getProfile in interface AuditFluent<A extends AuditFluent<A>>public A withProfile(String profile)
withProfile in interface AuditFluent<A extends AuditFluent<A>>public Boolean hasProfile()
hasProfile in interface AuditFluent<A extends AuditFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AuditFluent<A extends AuditFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AuditFluent<A extends AuditFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AuditFluent<A extends AuditFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AuditFluent<A extends AuditFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AuditFluent<A extends AuditFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AuditFluent<A extends AuditFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface AuditFluent<A extends AuditFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AuditFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AuditFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.