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

io.kubernetes.client.openapi.models.V1NodeSpecFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
import java.lang.StringBuilder;
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.StringBuffer;
import java.lang.Deprecated;
import java.util.Iterator;
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.
 * @return The buildable object.
 */
@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 A withNewExternalID(String arg1);
    public A withNewExternalID(StringBuilder arg1);
    public A withNewExternalID(StringBuffer arg1);
    public String getPodCIDR();
    public A withPodCIDR(String podCIDR);
    public Boolean hasPodCIDR();
    public A withNewPodCIDR(String arg1);
    public A withNewPodCIDR(StringBuilder arg1);
    public A withNewPodCIDR(StringBuffer arg1);
    public A addToPodCIDRs(int index,String item);
    public A setToPodCIDRs(int index,String item);
    public A addToPodCIDRs(String... items);
    public A addAllToPodCIDRs(Collection items);
    public A removeFromPodCIDRs(String... items);
    public A removeAllFromPodCIDRs(Collection items);
    public List getPodCIDRs();
    public String getPodCIDR(int index);
    public String getFirstPodCIDR();
    public String getLastPodCIDR();
    public String getMatchingPodCIDR(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean hasMatchingPodCIDR(io.kubernetes.client.fluent.Predicate predicate);
    public A withPodCIDRs(List podCIDRs);
    public A withPodCIDRs(String... podCIDRs);
    public Boolean hasPodCIDRs();
    public A addNewPodCIDR(String arg1);
    public A addNewPodCIDR(StringBuilder arg1);
    public A addNewPodCIDR(StringBuffer arg1);
    public String getProviderID();
    public A withProviderID(String providerID);
    public Boolean hasProviderID();
    public A withNewProviderID(String arg1);
    public A withNewProviderID(StringBuilder arg1);
    public A withNewProviderID(StringBuffer arg1);
    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);
    public A removeMatchingFromTaints(io.kubernetes.client.fluent.Predicate predicate);
    
/**
 * This method has been deprecated, please use method buildTaints instead.
 * @return The buildable object.
 */
@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 Boolean hasMatchingTaint(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(String arg1);
    public A withNewUnschedulable(boolean 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 - 2024 Weber Informatics LLC | Privacy Policy