
io.kubernetes.client.models.V1beta1WebhookClientConfigFluent 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.lang.String;
import java.lang.Deprecated;
import java.lang.Byte;
import java.util.Collection;
import java.lang.Boolean;
public interface V1beta1WebhookClientConfigFluent> 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(byte arg1);
public A addNewCaBundle(String arg1);
/**
* This method has been deprecated, please use method buildService instead.
*/
@Deprecated public AdmissionregistrationV1beta1ServiceReference getService();
public AdmissionregistrationV1beta1ServiceReference buildService();
public A withService(AdmissionregistrationV1beta1ServiceReference service);
public Boolean hasService();
public V1beta1WebhookClientConfigFluent.ServiceNested withNewService();
public V1beta1WebhookClientConfigFluent.ServiceNested withNewServiceLike(AdmissionregistrationV1beta1ServiceReference item);
public V1beta1WebhookClientConfigFluent.ServiceNested editService();
public V1beta1WebhookClientConfigFluent.ServiceNested editOrNewService();
public V1beta1WebhookClientConfigFluent.ServiceNested editOrNewServiceLike(AdmissionregistrationV1beta1ServiceReference item);
public String getUrl();
public A withUrl(String url);
public Boolean hasUrl();
public interface ServiceNested extends io.kubernetes.client.fluent.Nested,AdmissionregistrationV1beta1ServiceReferenceFluent>{
public N and(); public N endService();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy