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

io.kubernetes.client.models.V1NodeSpecFluent 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.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1NodeSpecFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildConfigSource instead.
 */
@Deprecated public V1NodeConfigSource getConfigSource();
    public V1NodeConfigSource buildConfigSource();
    public A withConfigSource(V1NodeConfigSource configSource);
    public Boolean hasConfigSource();
    public V1NodeSpecFluent.ConfigSourceNested withNewConfigSource();
    public V1NodeSpecFluent.ConfigSourceNested withNewConfigSourceLike(V1NodeConfigSource item);
    public V1NodeSpecFluent.ConfigSourceNested editConfigSource();
    public V1NodeSpecFluent.ConfigSourceNested editOrNewConfigSource();
    public V1NodeSpecFluent.ConfigSourceNested editOrNewConfigSourceLike(V1NodeConfigSource item);
    public String getExternalID();
    public A withExternalID(String externalID);
    public Boolean hasExternalID();
    public String getPodCIDR();
    public A withPodCIDR(String podCIDR);
    public Boolean hasPodCIDR();
    public String getProviderID();
    public A withProviderID(String providerID);
    public Boolean hasProviderID();
    public A addToTaints(int index,V1Taint item);
    public A setToTaints(int index,V1Taint item);
    public A addToTaints(V1Taint... items);
    public A addAllToTaints(Collection items);
    public A removeFromTaints(V1Taint... items);
    public A removeAllFromTaints(Collection items);
    
/**
 * This method has been deprecated, please use method buildTaints instead.
 */
@Deprecated public List getTaints();
    public List buildTaints();
    public V1Taint buildTaint(int index);
    public V1Taint buildFirstTaint();
    public V1Taint buildLastTaint();
    public V1Taint buildMatchingTaint(io.kubernetes.client.fluent.Predicate predicate);
    public A withTaints(List taints);
    public A withTaints(V1Taint... taints);
    public Boolean hasTaints();
    public V1NodeSpecFluent.TaintsNested addNewTaint();
    public V1NodeSpecFluent.TaintsNested addNewTaintLike(V1Taint item);
    public V1NodeSpecFluent.TaintsNested setNewTaintLike(int index,V1Taint item);
    public V1NodeSpecFluent.TaintsNested editTaint(int index);
    public V1NodeSpecFluent.TaintsNested editFirstTaint();
    public V1NodeSpecFluent.TaintsNested editLastTaint();
    public V1NodeSpecFluent.TaintsNested editMatchingTaint(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean isUnschedulable();
    public A withUnschedulable(Boolean unschedulable);
    public Boolean hasUnschedulable();
    public A withNewUnschedulable(boolean arg1);
    public A withNewUnschedulable(String arg1);

    public interface ConfigSourceNested extends io.kubernetes.client.fluent.Nested,V1NodeConfigSourceFluent>{

        
    public N and();    public N endConfigSource();
}
    public interface TaintsNested extends io.kubernetes.client.fluent.Nested,V1TaintFluent>{

        
    public N and();    public N endTaint();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy