
io.kubernetes.client.openapi.models.V1NodeSpecFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
/**
* Generated
*/
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 String getPodCIDR();
public A withPodCIDR(String podCIDR);
public Boolean hasPodCIDR();
public A addToPodCIDRs(Integer index,String item);
public A setToPodCIDRs(Integer index,String item);
public A addToPodCIDRs(java.lang.String... items);
public A addAllToPodCIDRs(Collection items);
public A removeFromPodCIDRs(java.lang.String... items);
public A removeAllFromPodCIDRs(Collection items);
public List getPodCIDRs();
public String getPodCIDR(Integer index);
public String getFirstPodCIDR();
public String getLastPodCIDR();
public String getMatchingPodCIDR(Predicate predicate);
public Boolean hasMatchingPodCIDR(Predicate predicate);
public A withPodCIDRs(List podCIDRs);
public A withPodCIDRs(java.lang.String... podCIDRs);
public Boolean hasPodCIDRs();
public String getProviderID();
public A withProviderID(String providerID);
public Boolean hasProviderID();
public A addToTaints(Integer index,V1Taint item);
public A setToTaints(Integer index,V1Taint item);
public A addToTaints(io.kubernetes.client.openapi.models.V1Taint... items);
public A addAllToTaints(Collection items);
public A removeFromTaints(io.kubernetes.client.openapi.models.V1Taint... items);
public A removeAllFromTaints(Collection items);
public A removeMatchingFromTaints(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(Integer index);
public V1Taint buildFirstTaint();
public V1Taint buildLastTaint();
public V1Taint buildMatchingTaint(Predicate predicate);
public Boolean hasMatchingTaint(Predicate predicate);
public A withTaints(List taints);
public A withTaints(io.kubernetes.client.openapi.models.V1Taint... taints);
public Boolean hasTaints();
public V1NodeSpecFluent.TaintsNested addNewTaint();
public V1NodeSpecFluent.TaintsNested addNewTaintLike(V1Taint item);
public V1NodeSpecFluent.TaintsNested setNewTaintLike(Integer index,V1Taint item);
public V1NodeSpecFluent.TaintsNested editTaint(Integer index);
public V1NodeSpecFluent.TaintsNested editFirstTaint();
public V1NodeSpecFluent.TaintsNested editLastTaint();
public V1NodeSpecFluent.TaintsNested editMatchingTaint(Predicate predicate);
public Boolean getUnschedulable();
public A withUnschedulable(Boolean unschedulable);
public Boolean hasUnschedulable();
public A withUnschedulable();
public interface ConfigSourceNested extends Nested,V1NodeConfigSourceFluent>{
public N and();
public N endConfigSource();
}
public interface TaintsNested extends Nested,V1TaintFluent>{
public N and();
public N endTaint();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy