
io.kubernetes.client.models.V1beta1WebhookFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface V1beta1WebhookFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildClientConfig instead.
*/
@Deprecated public V1beta1WebhookClientConfig getClientConfig();
public V1beta1WebhookClientConfig buildClientConfig();
public A withClientConfig(V1beta1WebhookClientConfig clientConfig);
public Boolean hasClientConfig();
public V1beta1WebhookFluent.ClientConfigNested withNewClientConfig();
public V1beta1WebhookFluent.ClientConfigNested withNewClientConfigLike(V1beta1WebhookClientConfig item);
public V1beta1WebhookFluent.ClientConfigNested editClientConfig();
public V1beta1WebhookFluent.ClientConfigNested editOrNewClientConfig();
public V1beta1WebhookFluent.ClientConfigNested editOrNewClientConfigLike(V1beta1WebhookClientConfig item);
public String getFailurePolicy();
public A withFailurePolicy(String failurePolicy);
public Boolean hasFailurePolicy();
public String getName();
public A withName(String name);
public Boolean hasName();
/**
* This method has been deprecated, please use method buildNamespaceSelector instead.
*/
@Deprecated public V1LabelSelector getNamespaceSelector();
public V1LabelSelector buildNamespaceSelector();
public A withNamespaceSelector(V1LabelSelector namespaceSelector);
public Boolean hasNamespaceSelector();
public V1beta1WebhookFluent.NamespaceSelectorNested withNewNamespaceSelector();
public V1beta1WebhookFluent.NamespaceSelectorNested withNewNamespaceSelectorLike(V1LabelSelector item);
public V1beta1WebhookFluent.NamespaceSelectorNested editNamespaceSelector();
public V1beta1WebhookFluent.NamespaceSelectorNested editOrNewNamespaceSelector();
public V1beta1WebhookFluent.NamespaceSelectorNested editOrNewNamespaceSelectorLike(V1LabelSelector item);
public A addToRules(int index,V1beta1RuleWithOperations item);
public A setToRules(int index,V1beta1RuleWithOperations item);
public A addToRules(V1beta1RuleWithOperations... items);
public A addAllToRules(Collection items);
public A removeFromRules(V1beta1RuleWithOperations... items);
public A removeAllFromRules(Collection items);
/**
* This method has been deprecated, please use method buildRules instead.
*/
@Deprecated public List getRules();
public List buildRules();
public V1beta1RuleWithOperations buildRule(int index);
public V1beta1RuleWithOperations buildFirstRule();
public V1beta1RuleWithOperations buildLastRule();
public V1beta1RuleWithOperations buildMatchingRule(io.kubernetes.client.fluent.Predicate predicate);
public A withRules(List rules);
public A withRules(V1beta1RuleWithOperations... rules);
public Boolean hasRules();
public V1beta1WebhookFluent.RulesNested addNewRule();
public V1beta1WebhookFluent.RulesNested addNewRuleLike(V1beta1RuleWithOperations item);
public V1beta1WebhookFluent.RulesNested setNewRuleLike(int index,V1beta1RuleWithOperations item);
public V1beta1WebhookFluent.RulesNested editRule(int index);
public V1beta1WebhookFluent.RulesNested editFirstRule();
public V1beta1WebhookFluent.RulesNested editLastRule();
public V1beta1WebhookFluent.RulesNested editMatchingRule(io.kubernetes.client.fluent.Predicate predicate);
public interface ClientConfigNested extends io.kubernetes.client.fluent.Nested,V1beta1WebhookClientConfigFluent>{
public N and(); public N endClientConfig();
}
public interface NamespaceSelectorNested extends io.kubernetes.client.fluent.Nested,V1LabelSelectorFluent>{
public N and(); public N endNamespaceSelector();
}
public interface RulesNested extends io.kubernetes.client.fluent.Nested,V1beta1RuleWithOperationsFluent>{
public N and(); public N endRule();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy