io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpecFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import com.google.gson.annotations.SerializedName;
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.Iterator;
import java.util.List;
import java.lang.Boolean;
import io.kubernetes.client.fluent.Fluent;
import java.lang.Integer;
import java.util.Collection;
public interface V1beta1FlowSchemaSpecFluent> extends Fluent {
/**
* This method has been deprecated, please use method buildDistinguisherMethod instead.
* @return The buildable object.
*/
@Deprecated public V1beta1FlowDistinguisherMethod getDistinguisherMethod();
public V1beta1FlowDistinguisherMethod buildDistinguisherMethod();
public A withDistinguisherMethod(V1beta1FlowDistinguisherMethod distinguisherMethod);
public Boolean hasDistinguisherMethod();
public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested withNewDistinguisherMethod();
public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested withNewDistinguisherMethodLike(V1beta1FlowDistinguisherMethod item);
public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested editDistinguisherMethod();
public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested editOrNewDistinguisherMethod();
public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested editOrNewDistinguisherMethodLike(V1beta1FlowDistinguisherMethod item);
public Integer getMatchingPrecedence();
public A withMatchingPrecedence(Integer matchingPrecedence);
public Boolean hasMatchingPrecedence();
/**
* This method has been deprecated, please use method buildPriorityLevelConfiguration instead.
* @return The buildable object.
*/
@Deprecated public V1beta1PriorityLevelConfigurationReference getPriorityLevelConfiguration();
public V1beta1PriorityLevelConfigurationReference buildPriorityLevelConfiguration();
public A withPriorityLevelConfiguration(V1beta1PriorityLevelConfigurationReference priorityLevelConfiguration);
public Boolean hasPriorityLevelConfiguration();
public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested withNewPriorityLevelConfiguration();
public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested withNewPriorityLevelConfigurationLike(V1beta1PriorityLevelConfigurationReference item);
public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested editPriorityLevelConfiguration();
public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested editOrNewPriorityLevelConfiguration();
public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested editOrNewPriorityLevelConfigurationLike(V1beta1PriorityLevelConfigurationReference item);
public A addToRules(int index,V1beta1PolicyRulesWithSubjects item);
public A setToRules(int index,V1beta1PolicyRulesWithSubjects item);
public A addToRules(V1beta1PolicyRulesWithSubjects... items);
public A addAllToRules(Collection items);
public A removeFromRules(V1beta1PolicyRulesWithSubjects... items);
public A removeAllFromRules(Collection items);
public A removeMatchingFromRules(io.kubernetes.client.fluent.Predicate predicate);
/**
* This method has been deprecated, please use method buildRules instead.
* @return The buildable object.
*/
@Deprecated public List getRules();
public List buildRules();
public V1beta1PolicyRulesWithSubjects buildRule(int index);
public V1beta1PolicyRulesWithSubjects buildFirstRule();
public V1beta1PolicyRulesWithSubjects buildLastRule();
public V1beta1PolicyRulesWithSubjects buildMatchingRule(io.kubernetes.client.fluent.Predicate predicate);
public Boolean hasMatchingRule(io.kubernetes.client.fluent.Predicate predicate);
public A withRules(List rules);
public A withRules(V1beta1PolicyRulesWithSubjects... rules);
public Boolean hasRules();
public V1beta1FlowSchemaSpecFluent.RulesNested addNewRule();
public V1beta1FlowSchemaSpecFluent.RulesNested addNewRuleLike(V1beta1PolicyRulesWithSubjects item);
public V1beta1FlowSchemaSpecFluent.RulesNested setNewRuleLike(int index,V1beta1PolicyRulesWithSubjects item);
public V1beta1FlowSchemaSpecFluent.RulesNested editRule(int index);
public V1beta1FlowSchemaSpecFluent.RulesNested editFirstRule();
public V1beta1FlowSchemaSpecFluent.RulesNested editLastRule();
public V1beta1FlowSchemaSpecFluent.RulesNested editMatchingRule(io.kubernetes.client.fluent.Predicate predicate);
public interface DistinguisherMethodNested extends io.kubernetes.client.fluent.Nested,V1beta1FlowDistinguisherMethodFluent> {
public N and();
public N endDistinguisherMethod(); }
public interface PriorityLevelConfigurationNested extends io.kubernetes.client.fluent.Nested,V1beta1PriorityLevelConfigurationReferenceFluent> {
public N and();
public N endPriorityLevelConfiguration(); }
public interface RulesNested extends io.kubernetes.client.fluent.Nested,V1beta1PolicyRulesWithSubjectsFluent> {
public N and();
public N endRule(); }
}