
io.kubernetes.client.openapi.models.V1ReplicaSetFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
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 V1ReplicaSetFluent> 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 V1ReplicaSetFluent.MetadataNested withNewMetadata();
public V1ReplicaSetFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
public V1ReplicaSetFluent.MetadataNested editMetadata();
public V1ReplicaSetFluent.MetadataNested editOrNewMetadata();
public V1ReplicaSetFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
/**
* This method has been deprecated, please use method buildSpec instead.
* @return The buildable object.
*/
@Deprecated
public V1ReplicaSetSpec getSpec();
public V1ReplicaSetSpec buildSpec();
public A withSpec(V1ReplicaSetSpec spec);
public Boolean hasSpec();
public V1ReplicaSetFluent.SpecNested withNewSpec();
public V1ReplicaSetFluent.SpecNested withNewSpecLike(V1ReplicaSetSpec item);
public V1ReplicaSetFluent.SpecNested editSpec();
public V1ReplicaSetFluent.SpecNested editOrNewSpec();
public V1ReplicaSetFluent.SpecNested editOrNewSpecLike(V1ReplicaSetSpec item);
/**
* This method has been deprecated, please use method buildStatus instead.
* @return The buildable object.
*/
@Deprecated
public V1ReplicaSetStatus getStatus();
public V1ReplicaSetStatus buildStatus();
public A withStatus(V1ReplicaSetStatus status);
public Boolean hasStatus();
public V1ReplicaSetFluent.StatusNested withNewStatus();
public V1ReplicaSetFluent.StatusNested withNewStatusLike(V1ReplicaSetStatus item);
public V1ReplicaSetFluent.StatusNested editStatus();
public V1ReplicaSetFluent.StatusNested editOrNewStatus();
public V1ReplicaSetFluent.StatusNested editOrNewStatusLike(V1ReplicaSetStatus item);
public interface MetadataNested extends Nested,V1ObjectMetaFluent>{
public N and();
public N endMetadata();
}
public interface SpecNested extends Nested,V1ReplicaSetSpecFluent>{
public N and();
public N endSpec();
}
public interface StatusNested extends Nested,V1ReplicaSetStatusFluent>{
public N and();
public N endStatus();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy