public interface V1beta1WebhookFluent<A extends V1beta1WebhookFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1beta1WebhookFluent.ClientConfigNested<N> |
static interface |
V1beta1WebhookFluent.NamespaceSelectorNested<N> |
static interface |
V1beta1WebhookFluent.RulesNested<N> |
@Deprecated AdmissionregistrationV1beta1WebhookClientConfig getClientConfig()
AdmissionregistrationV1beta1WebhookClientConfig buildClientConfig()
A withClientConfig(AdmissionregistrationV1beta1WebhookClientConfig clientConfig)
Boolean hasClientConfig()
V1beta1WebhookFluent.ClientConfigNested<A> withNewClientConfig()
V1beta1WebhookFluent.ClientConfigNested<A> withNewClientConfigLike(AdmissionregistrationV1beta1WebhookClientConfig item)
V1beta1WebhookFluent.ClientConfigNested<A> editClientConfig()
V1beta1WebhookFluent.ClientConfigNested<A> editOrNewClientConfig()
V1beta1WebhookFluent.ClientConfigNested<A> editOrNewClientConfigLike(AdmissionregistrationV1beta1WebhookClientConfig item)
String getFailurePolicy()
Boolean hasFailurePolicy()
A withNewFailurePolicy(StringBuilder arg1)
A withNewFailurePolicy(StringBuffer arg1)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
@Deprecated V1LabelSelector getNamespaceSelector()
V1LabelSelector buildNamespaceSelector()
A withNamespaceSelector(V1LabelSelector namespaceSelector)
Boolean hasNamespaceSelector()
V1beta1WebhookFluent.NamespaceSelectorNested<A> withNewNamespaceSelector()
V1beta1WebhookFluent.NamespaceSelectorNested<A> withNewNamespaceSelectorLike(V1LabelSelector item)
V1beta1WebhookFluent.NamespaceSelectorNested<A> editNamespaceSelector()
V1beta1WebhookFluent.NamespaceSelectorNested<A> editOrNewNamespaceSelector()
V1beta1WebhookFluent.NamespaceSelectorNested<A> editOrNewNamespaceSelectorLike(V1LabelSelector item)
A addToRules(int index, V1beta1RuleWithOperations item)
A setToRules(int index, V1beta1RuleWithOperations item)
A addToRules(V1beta1RuleWithOperations... items)
A addAllToRules(Collection<V1beta1RuleWithOperations> items)
A removeFromRules(V1beta1RuleWithOperations... items)
A removeAllFromRules(Collection<V1beta1RuleWithOperations> items)
@Deprecated List<V1beta1RuleWithOperations> getRules()
List<V1beta1RuleWithOperations> buildRules()
V1beta1RuleWithOperations buildRule(int index)
V1beta1RuleWithOperations buildFirstRule()
V1beta1RuleWithOperations buildLastRule()
V1beta1RuleWithOperations buildMatchingRule(Predicate<V1beta1RuleWithOperationsBuilder> predicate)
Boolean hasMatchingRule(Predicate<V1beta1RuleWithOperationsBuilder> predicate)
A withRules(List<V1beta1RuleWithOperations> rules)
A withRules(V1beta1RuleWithOperations... rules)
Boolean hasRules()
V1beta1WebhookFluent.RulesNested<A> addNewRule()
V1beta1WebhookFluent.RulesNested<A> addNewRuleLike(V1beta1RuleWithOperations item)
V1beta1WebhookFluent.RulesNested<A> setNewRuleLike(int index, V1beta1RuleWithOperations item)
V1beta1WebhookFluent.RulesNested<A> editRule(int index)
V1beta1WebhookFluent.RulesNested<A> editFirstRule()
V1beta1WebhookFluent.RulesNested<A> editLastRule()
V1beta1WebhookFluent.RulesNested<A> editMatchingRule(Predicate<V1beta1RuleWithOperationsBuilder> predicate)
String getSideEffects()
Boolean hasSideEffects()
A withNewSideEffects(StringBuilder arg1)
A withNewSideEffects(StringBuffer arg1)
Copyright © 2019. All rights reserved.