
io.kubernetes.client.models.V1beta1MutatingWebhookConfigurationFluent 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 V1beta1MutatingWebhookConfigurationFluent> extends Fluent{
public String getApiVersion();
public A withApiVersion(String apiVersion);
public Boolean hasApiVersion();
public String getKind();
public A withKind(String kind);
public Boolean hasKind();
/**
* This method has been deprecated, please use method buildMetadata instead.
*/
@Deprecated public V1ObjectMeta getMetadata();
public V1ObjectMeta buildMetadata();
public A withMetadata(V1ObjectMeta metadata);
public Boolean hasMetadata();
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested withNewMetadata();
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested editMetadata();
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested editOrNewMetadata();
public V1beta1MutatingWebhookConfigurationFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
public A addToWebhooks(int index,V1beta1Webhook item);
public A setToWebhooks(int index,V1beta1Webhook item);
public A addToWebhooks(V1beta1Webhook... items);
public A addAllToWebhooks(Collection items);
public A removeFromWebhooks(V1beta1Webhook... items);
public A removeAllFromWebhooks(Collection items);
/**
* This method has been deprecated, please use method buildWebhooks instead.
*/
@Deprecated public List getWebhooks();
public List buildWebhooks();
public V1beta1Webhook buildWebhook(int index);
public V1beta1Webhook buildFirstWebhook();
public V1beta1Webhook buildLastWebhook();
public V1beta1Webhook buildMatchingWebhook(io.kubernetes.client.fluent.Predicate predicate);
public A withWebhooks(List webhooks);
public A withWebhooks(V1beta1Webhook... webhooks);
public Boolean hasWebhooks();
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested addNewWebhook();
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested addNewWebhookLike(V1beta1Webhook item);
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested setNewWebhookLike(int index,V1beta1Webhook item);
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested editWebhook(int index);
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested editFirstWebhook();
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested editLastWebhook();
public V1beta1MutatingWebhookConfigurationFluent.WebhooksNested editMatchingWebhook(io.kubernetes.client.fluent.Predicate predicate);
public interface MetadataNested extends io.kubernetes.client.fluent.Nested,V1ObjectMetaFluent>{
public N and(); public N endMetadata();
}
public interface WebhooksNested extends io.kubernetes.client.fluent.Nested,V1beta1WebhookFluent>{
public N and(); public N endWebhook();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy