io.kubernetes.client.openapi.models.ApiextensionsV1WebhookClientConfigFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.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 java.lang.Deprecated;
import java.lang.Byte;
import java.util.Collection;
import java.lang.Boolean;
/**
* Generated
*/
public interface ApiextensionsV1WebhookClientConfigFluent> 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(java.lang.Byte... items);
public A addAllToCaBundle(Collection items);
public A removeFromCaBundle(java.lang.Byte... items);
public A removeAllFromCaBundle(Collection items);
public Boolean hasCaBundle();
/**
* This method has been deprecated, please use method buildService instead.
* @return The buildable object.
*/
@Deprecated
public ApiextensionsV1ServiceReference getService();
public ApiextensionsV1ServiceReference buildService();
public A withService(ApiextensionsV1ServiceReference service);
public Boolean hasService();
public ApiextensionsV1WebhookClientConfigFluent.ServiceNested withNewService();
public ApiextensionsV1WebhookClientConfigFluent.ServiceNested withNewServiceLike(ApiextensionsV1ServiceReference item);
public ApiextensionsV1WebhookClientConfigFluent.ServiceNested editService();
public ApiextensionsV1WebhookClientConfigFluent.ServiceNested editOrNewService();
public ApiextensionsV1WebhookClientConfigFluent.ServiceNested editOrNewServiceLike(ApiextensionsV1ServiceReference item);
public String getUrl();
public A withUrl(String url);
public Boolean hasUrl();
public interface ServiceNested extends Nested,ApiextensionsV1ServiceReferenceFluent>{
public N and();
public N endService();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy