All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.models.V1NodeConfigStatusFluent 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.Boolean;

public interface V1NodeConfigStatusFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildActive instead.
 */
@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.
 */
@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();
    
/**
 * This method has been deprecated, please use method buildLastKnownGood instead.
 */
@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();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy