io.kubernetes.client.openapi.models.V1NodeConfigStatusFluent Maven / Gradle / Ivy
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.Boolean;
public interface V1NodeConfigStatusFluent> extends Fluent {
/**
* This method has been deprecated, please use method buildActive instead.
* @return The buildable object.
*/
@Deprecated public V1NodeConfigSource getActive();
public V1NodeConfigSource buildActive();
public A withActive(V1NodeConfigSource active);
public Boolean hasActive();
public V1NodeConfigStatusFluent.ActiveNested withNewActive();
public V1NodeConfigStatusFluent.ActiveNested withNewActiveLike(V1NodeConfigSource item);
public V1NodeConfigStatusFluent.ActiveNested editActive();
public V1NodeConfigStatusFluent.ActiveNested editOrNewActive();
public V1NodeConfigStatusFluent.ActiveNested editOrNewActiveLike(V1NodeConfigSource item);
/**
* This method has been deprecated, please use method buildAssigned instead.
* @return The buildable object.
*/
@Deprecated public V1NodeConfigSource getAssigned();
public V1NodeConfigSource buildAssigned();
public A withAssigned(V1NodeConfigSource assigned);
public Boolean hasAssigned();
public V1NodeConfigStatusFluent.AssignedNested withNewAssigned();
public V1NodeConfigStatusFluent.AssignedNested withNewAssignedLike(V1NodeConfigSource item);
public V1NodeConfigStatusFluent.AssignedNested editAssigned();
public V1NodeConfigStatusFluent.AssignedNested editOrNewAssigned();
public V1NodeConfigStatusFluent.AssignedNested editOrNewAssignedLike(V1NodeConfigSource item);
public String getError();
public A withError(String error);
public Boolean hasError();
public A withNewError(String arg1);
public A withNewError(StringBuilder arg1);
public A withNewError(StringBuffer arg1);
/**
* This method has been deprecated, please use method buildLastKnownGood instead.
* @return The buildable object.
*/
@Deprecated public V1NodeConfigSource getLastKnownGood();
public V1NodeConfigSource buildLastKnownGood();
public A withLastKnownGood(V1NodeConfigSource lastKnownGood);
public Boolean hasLastKnownGood();
public V1NodeConfigStatusFluent.LastKnownGoodNested withNewLastKnownGood();
public V1NodeConfigStatusFluent.LastKnownGoodNested withNewLastKnownGoodLike(V1NodeConfigSource item);
public V1NodeConfigStatusFluent.LastKnownGoodNested editLastKnownGood();
public V1NodeConfigStatusFluent.LastKnownGoodNested editOrNewLastKnownGood();
public V1NodeConfigStatusFluent.LastKnownGoodNested editOrNewLastKnownGoodLike(V1NodeConfigSource item);
public interface ActiveNested extends io.kubernetes.client.fluent.Nested,V1NodeConfigSourceFluent> {
public N and();
public N endActive(); }
public interface AssignedNested extends io.kubernetes.client.fluent.Nested,V1NodeConfigSourceFluent> {
public N and();
public N endAssigned(); }
public interface LastKnownGoodNested extends io.kubernetes.client.fluent.Nested,V1NodeConfigSourceFluent> {
public N and();
public N endLastKnownGood(); }
}