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

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

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

import java.lang.StringBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import java.lang.Byte;
import java.util.Collection;
import java.lang.Boolean;

public interface ApiextensionsV1beta1WebhookClientConfigFluent> extends Fluent {


    public A withCaBundle(byte... caBundle);
    public byte[] getCaBundle();
    public A addToCaBundle(int index,Byte item);
    public A setToCaBundle(int index,Byte item);
    public A addToCaBundle(Byte... items);
    public A addAllToCaBundle(Collection items);
    public A removeFromCaBundle(Byte... items);
    public A removeAllFromCaBundle(Collection items);
    public Boolean hasCaBundle();
    public A addNewCaBundle(String arg1);
    public A addNewCaBundle(byte arg1);
    
/**
 * This method has been deprecated, please use method buildService instead.
 * @return The buildable object.
 */
@Deprecated public ApiextensionsV1beta1ServiceReference getService();
    public ApiextensionsV1beta1ServiceReference buildService();
    public A withService(ApiextensionsV1beta1ServiceReference service);
    public Boolean hasService();
    public ApiextensionsV1beta1WebhookClientConfigFluent.ServiceNested withNewService();
    public ApiextensionsV1beta1WebhookClientConfigFluent.ServiceNested withNewServiceLike(ApiextensionsV1beta1ServiceReference item);
    public ApiextensionsV1beta1WebhookClientConfigFluent.ServiceNested editService();
    public ApiextensionsV1beta1WebhookClientConfigFluent.ServiceNested editOrNewService();
    public ApiextensionsV1beta1WebhookClientConfigFluent.ServiceNested editOrNewServiceLike(ApiextensionsV1beta1ServiceReference item);
    public String getUrl();
    public A withUrl(String url);
    public Boolean hasUrl();
    public A withNewUrl(String arg1);
    public A withNewUrl(StringBuilder arg1);
    public A withNewUrl(StringBuffer arg1);
    public interface ServiceNested extends io.kubernetes.client.fluent.Nested,ApiextensionsV1beta1ServiceReferenceFluent> {

        public N and();
        public N endService();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy