public class ValidatingWebhookFluentImpl<A extends ValidatingWebhookFluent<A>> extends BaseFluent<A> implements ValidatingWebhookFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
ValidatingWebhookFluentImpl.ClientConfigNestedImpl<N> |
class |
ValidatingWebhookFluentImpl.NamespaceSelectorNestedImpl<N> |
class |
ValidatingWebhookFluentImpl.ObjectSelectorNestedImpl<N> |
class |
ValidatingWebhookFluentImpl.RulesNestedImpl<N> |
ValidatingWebhookFluent.ClientConfigNested<N>, ValidatingWebhookFluent.NamespaceSelectorNested<N>, ValidatingWebhookFluent.ObjectSelectorNested<N>, ValidatingWebhookFluent.RulesNested<N>
_visitables
Constructor and Description |
---|
ValidatingWebhookFluentImpl() |
ValidatingWebhookFluentImpl(ValidatingWebhook instance) |
public ValidatingWebhookFluentImpl()
public ValidatingWebhookFluentImpl(ValidatingWebhook instance)
public A addToAdmissionReviewVersions(int index, String item)
addToAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A setToAdmissionReviewVersions(int index, String item)
setToAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A addToAdmissionReviewVersions(String... items)
addToAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A addAllToAdmissionReviewVersions(Collection<String> items)
addAllToAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A removeFromAdmissionReviewVersions(String... items)
removeFromAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A removeAllFromAdmissionReviewVersions(Collection<String> items)
removeAllFromAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public List<String> getAdmissionReviewVersions()
getAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public String getAdmissionReviewVersion(int index)
getAdmissionReviewVersion
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public String getFirstAdmissionReviewVersion()
getFirstAdmissionReviewVersion
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public String getLastAdmissionReviewVersion()
getLastAdmissionReviewVersion
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public String getMatchingAdmissionReviewVersion(Predicate<String> predicate)
getMatchingAdmissionReviewVersion
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasMatchingAdmissionReviewVersion(Predicate<String> predicate)
hasMatchingAdmissionReviewVersion
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withAdmissionReviewVersions(List<String> admissionReviewVersions)
withAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withAdmissionReviewVersions(String... admissionReviewVersions)
withAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasAdmissionReviewVersions()
hasAdmissionReviewVersions
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A addNewAdmissionReviewVersion(String arg1)
addNewAdmissionReviewVersion
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A addNewAdmissionReviewVersion(StringBuilder arg1)
addNewAdmissionReviewVersion
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A addNewAdmissionReviewVersion(StringBuffer arg1)
addNewAdmissionReviewVersion
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
@Deprecated public WebhookClientConfig getClientConfig()
getClientConfig
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public WebhookClientConfig buildClientConfig()
buildClientConfig
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withClientConfig(WebhookClientConfig clientConfig)
withClientConfig
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasClientConfig()
hasClientConfig
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ClientConfigNested<A> withNewClientConfig()
withNewClientConfig
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ClientConfigNested<A> withNewClientConfigLike(WebhookClientConfig item)
withNewClientConfigLike
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ClientConfigNested<A> editClientConfig()
editClientConfig
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ClientConfigNested<A> editOrNewClientConfig()
editOrNewClientConfig
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ClientConfigNested<A> editOrNewClientConfigLike(WebhookClientConfig item)
editOrNewClientConfigLike
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public String getFailurePolicy()
getFailurePolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withFailurePolicy(String failurePolicy)
withFailurePolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasFailurePolicy()
hasFailurePolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewFailurePolicy(String arg1)
withNewFailurePolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewFailurePolicy(StringBuilder arg1)
withNewFailurePolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewFailurePolicy(StringBuffer arg1)
withNewFailurePolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public String getMatchPolicy()
getMatchPolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withMatchPolicy(String matchPolicy)
withMatchPolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasMatchPolicy()
hasMatchPolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewMatchPolicy(String arg1)
withNewMatchPolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewMatchPolicy(StringBuilder arg1)
withNewMatchPolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewMatchPolicy(StringBuffer arg1)
withNewMatchPolicy
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public String getName()
getName
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withName(String name)
withName
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasName()
hasName
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewName(String arg1)
withNewName
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewName(StringBuilder arg1)
withNewName
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewName(StringBuffer arg1)
withNewName
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
@Deprecated public LabelSelector getNamespaceSelector()
getNamespaceSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public LabelSelector buildNamespaceSelector()
buildNamespaceSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNamespaceSelector(LabelSelector namespaceSelector)
withNamespaceSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasNamespaceSelector()
hasNamespaceSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.NamespaceSelectorNested<A> withNewNamespaceSelector()
withNewNamespaceSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.NamespaceSelectorNested<A> withNewNamespaceSelectorLike(LabelSelector item)
withNewNamespaceSelectorLike
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.NamespaceSelectorNested<A> editNamespaceSelector()
editNamespaceSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.NamespaceSelectorNested<A> editOrNewNamespaceSelector()
editOrNewNamespaceSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.NamespaceSelectorNested<A> editOrNewNamespaceSelectorLike(LabelSelector item)
editOrNewNamespaceSelectorLike
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
@Deprecated public LabelSelector getObjectSelector()
getObjectSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public LabelSelector buildObjectSelector()
buildObjectSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withObjectSelector(LabelSelector objectSelector)
withObjectSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasObjectSelector()
hasObjectSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ObjectSelectorNested<A> withNewObjectSelector()
withNewObjectSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ObjectSelectorNested<A> withNewObjectSelectorLike(LabelSelector item)
withNewObjectSelectorLike
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ObjectSelectorNested<A> editObjectSelector()
editObjectSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ObjectSelectorNested<A> editOrNewObjectSelector()
editOrNewObjectSelector
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.ObjectSelectorNested<A> editOrNewObjectSelectorLike(LabelSelector item)
editOrNewObjectSelectorLike
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A addToRules(int index, RuleWithOperations item)
addToRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A setToRules(int index, RuleWithOperations item)
setToRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A addToRules(RuleWithOperations... items)
addToRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A addAllToRules(Collection<RuleWithOperations> items)
addAllToRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A removeFromRules(RuleWithOperations... items)
removeFromRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A removeAllFromRules(Collection<RuleWithOperations> items)
removeAllFromRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
@Deprecated public List<RuleWithOperations> getRules()
getRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public List<RuleWithOperations> buildRules()
buildRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public RuleWithOperations buildRule(int index)
buildRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public RuleWithOperations buildFirstRule()
buildFirstRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public RuleWithOperations buildLastRule()
buildLastRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public RuleWithOperations buildMatchingRule(Predicate<RuleWithOperationsBuilder> predicate)
buildMatchingRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasMatchingRule(Predicate<RuleWithOperationsBuilder> predicate)
hasMatchingRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withRules(List<RuleWithOperations> rules)
withRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withRules(RuleWithOperations... rules)
withRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasRules()
hasRules
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.RulesNested<A> addNewRule()
addNewRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.RulesNested<A> addNewRuleLike(RuleWithOperations item)
addNewRuleLike
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.RulesNested<A> setNewRuleLike(int index, RuleWithOperations item)
setNewRuleLike
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.RulesNested<A> editRule(int index)
editRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.RulesNested<A> editFirstRule()
editFirstRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.RulesNested<A> editLastRule()
editLastRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public ValidatingWebhookFluent.RulesNested<A> editMatchingRule(Predicate<RuleWithOperationsBuilder> predicate)
editMatchingRule
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public String getSideEffects()
getSideEffects
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withSideEffects(String sideEffects)
withSideEffects
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasSideEffects()
hasSideEffects
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewSideEffects(String arg1)
withNewSideEffects
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewSideEffects(StringBuilder arg1)
withNewSideEffects
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withNewSideEffects(StringBuffer arg1)
withNewSideEffects
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Integer getTimeoutSeconds()
getTimeoutSeconds
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public A withTimeoutSeconds(Integer timeoutSeconds)
withTimeoutSeconds
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
public Boolean hasTimeoutSeconds()
hasTimeoutSeconds
in interface ValidatingWebhookFluent<A extends ValidatingWebhookFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.