All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V1ValidatingWebhookConfigurationFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
import java.lang.StringBuilder;
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.StringBuffer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1ValidatingWebhookConfigurationFluent> extends Fluent {


    public String getApiVersion();
    public A withApiVersion(String apiVersion);
    public Boolean hasApiVersion();
    public A withNewApiVersion(String arg1);
    public A withNewApiVersion(StringBuilder arg1);
    public A withNewApiVersion(StringBuffer arg1);
    public String getKind();
    public A withKind(String kind);
    public Boolean hasKind();
    public A withNewKind(String arg1);
    public A withNewKind(StringBuilder arg1);
    public A withNewKind(StringBuffer arg1);
    
/**
 * This method has been deprecated, please use method buildMetadata instead.
 * @return The buildable object.
 */
@Deprecated public V1ObjectMeta getMetadata();
    public V1ObjectMeta buildMetadata();
    public A withMetadata(V1ObjectMeta metadata);
    public Boolean hasMetadata();
    public V1ValidatingWebhookConfigurationFluent.MetadataNested withNewMetadata();
    public V1ValidatingWebhookConfigurationFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public V1ValidatingWebhookConfigurationFluent.MetadataNested editMetadata();
    public V1ValidatingWebhookConfigurationFluent.MetadataNested editOrNewMetadata();
    public V1ValidatingWebhookConfigurationFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
    public A addToWebhooks(int index,V1ValidatingWebhook item);
    public A setToWebhooks(int index,V1ValidatingWebhook item);
    public A addToWebhooks(V1ValidatingWebhook... items);
    public A addAllToWebhooks(Collection items);
    public A removeFromWebhooks(V1ValidatingWebhook... items);
    public A removeAllFromWebhooks(Collection items);
    public A removeMatchingFromWebhooks(io.kubernetes.client.fluent.Predicate predicate);
    
/**
 * This method has been deprecated, please use method buildWebhooks instead.
 * @return The buildable object.
 */
@Deprecated public List getWebhooks();
    public List buildWebhooks();
    public V1ValidatingWebhook buildWebhook(int index);
    public V1ValidatingWebhook buildFirstWebhook();
    public V1ValidatingWebhook buildLastWebhook();
    public V1ValidatingWebhook buildMatchingWebhook(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean hasMatchingWebhook(io.kubernetes.client.fluent.Predicate predicate);
    public A withWebhooks(List webhooks);
    public A withWebhooks(V1ValidatingWebhook... webhooks);
    public Boolean hasWebhooks();
    public V1ValidatingWebhookConfigurationFluent.WebhooksNested addNewWebhook();
    public V1ValidatingWebhookConfigurationFluent.WebhooksNested addNewWebhookLike(V1ValidatingWebhook item);
    public V1ValidatingWebhookConfigurationFluent.WebhooksNested setNewWebhookLike(int index,V1ValidatingWebhook item);
    public V1ValidatingWebhookConfigurationFluent.WebhooksNested editWebhook(int index);
    public V1ValidatingWebhookConfigurationFluent.WebhooksNested editFirstWebhook();
    public V1ValidatingWebhookConfigurationFluent.WebhooksNested editLastWebhook();
    public V1ValidatingWebhookConfigurationFluent.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,V1ValidatingWebhookFluent> {

        public N and();
        public N endWebhook();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy