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

io.kubernetes.client.models.V1beta1ValidatingWebhookConfigurationFluent 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 V1beta1ValidatingWebhookConfigurationFluent> 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 V1beta1ValidatingWebhookConfigurationFluent.MetadataNested withNewMetadata();
    public V1beta1ValidatingWebhookConfigurationFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
    public V1beta1ValidatingWebhookConfigurationFluent.MetadataNested editMetadata();
    public V1beta1ValidatingWebhookConfigurationFluent.MetadataNested editOrNewMetadata();
    public V1beta1ValidatingWebhookConfigurationFluent.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 V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested addNewWebhook();
    public V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested addNewWebhookLike(V1beta1Webhook item);
    public V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested setNewWebhookLike(int index,V1beta1Webhook item);
    public V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested editWebhook(int index);
    public V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested editFirstWebhook();
    public V1beta1ValidatingWebhookConfigurationFluent.WebhooksNested editLastWebhook();
    public V1beta1ValidatingWebhookConfigurationFluent.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