io.kubernetes.client.openapi.models.V1BindingFluent 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.lang.String;
import java.lang.Deprecated;
import java.lang.Boolean;
/**
* Generated
*/
public interface V1BindingFluent> 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.
* @return The buildable object.
*/
@Deprecated
public V1ObjectMeta getMetadata();
public V1ObjectMeta buildMetadata();
public A withMetadata(V1ObjectMeta metadata);
public Boolean hasMetadata();
public V1BindingFluent.MetadataNested withNewMetadata();
public V1BindingFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
public V1BindingFluent.MetadataNested editMetadata();
public V1BindingFluent.MetadataNested editOrNewMetadata();
public V1BindingFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
/**
* This method has been deprecated, please use method buildTarget instead.
* @return The buildable object.
*/
@Deprecated
public V1ObjectReference getTarget();
public V1ObjectReference buildTarget();
public A withTarget(V1ObjectReference target);
public Boolean hasTarget();
public V1BindingFluent.TargetNested withNewTarget();
public V1BindingFluent.TargetNested withNewTargetLike(V1ObjectReference item);
public V1BindingFluent.TargetNested editTarget();
public V1BindingFluent.TargetNested editOrNewTarget();
public V1BindingFluent.TargetNested editOrNewTargetLike(V1ObjectReference item);
public interface MetadataNested extends Nested,V1ObjectMetaFluent>{
public N and();
public N endMetadata();
}
public interface TargetNested extends Nested,V1ObjectReferenceFluent>{
public N and();
public N endTarget();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy