io.kubernetes.client.openapi.models.V1beta2FlowSchemaSpecFluent 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.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 V1beta2FlowSchemaSpecFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildDistinguisherMethod instead.
* @return The buildable object.
*/
@Deprecated
public V1beta2FlowDistinguisherMethod getDistinguisherMethod();
public V1beta2FlowDistinguisherMethod buildDistinguisherMethod();
public A withDistinguisherMethod(V1beta2FlowDistinguisherMethod distinguisherMethod);
public Boolean hasDistinguisherMethod();
public V1beta2FlowSchemaSpecFluent.DistinguisherMethodNested withNewDistinguisherMethod();
public V1beta2FlowSchemaSpecFluent.DistinguisherMethodNested withNewDistinguisherMethodLike(V1beta2FlowDistinguisherMethod item);
public V1beta2FlowSchemaSpecFluent.DistinguisherMethodNested editDistinguisherMethod();
public V1beta2FlowSchemaSpecFluent.DistinguisherMethodNested editOrNewDistinguisherMethod();
public V1beta2FlowSchemaSpecFluent.DistinguisherMethodNested editOrNewDistinguisherMethodLike(V1beta2FlowDistinguisherMethod 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 V1beta2PriorityLevelConfigurationReference getPriorityLevelConfiguration();
public V1beta2PriorityLevelConfigurationReference buildPriorityLevelConfiguration();
public A withPriorityLevelConfiguration(V1beta2PriorityLevelConfigurationReference priorityLevelConfiguration);
public Boolean hasPriorityLevelConfiguration();
public V1beta2FlowSchemaSpecFluent.PriorityLevelConfigurationNested withNewPriorityLevelConfiguration();
public V1beta2FlowSchemaSpecFluent.PriorityLevelConfigurationNested withNewPriorityLevelConfigurationLike(V1beta2PriorityLevelConfigurationReference item);
public V1beta2FlowSchemaSpecFluent.PriorityLevelConfigurationNested editPriorityLevelConfiguration();
public V1beta2FlowSchemaSpecFluent.PriorityLevelConfigurationNested editOrNewPriorityLevelConfiguration();
public V1beta2FlowSchemaSpecFluent.PriorityLevelConfigurationNested editOrNewPriorityLevelConfigurationLike(V1beta2PriorityLevelConfigurationReference item);
public A addToRules(Integer index,V1beta2PolicyRulesWithSubjects item);
public A setToRules(Integer index,V1beta2PolicyRulesWithSubjects item);
public A addToRules(io.kubernetes.client.openapi.models.V1beta2PolicyRulesWithSubjects... items);
public A addAllToRules(Collection items);
public A removeFromRules(io.kubernetes.client.openapi.models.V1beta2PolicyRulesWithSubjects... items);
public A removeAllFromRules(Collection items);
public A removeMatchingFromRules(Predicate predicate);
/**
* This method has been deprecated, please use method buildRules instead.
* @return The buildable object.
*/
@Deprecated
public List getRules();
public List buildRules();
public V1beta2PolicyRulesWithSubjects buildRule(Integer index);
public V1beta2PolicyRulesWithSubjects buildFirstRule();
public V1beta2PolicyRulesWithSubjects buildLastRule();
public V1beta2PolicyRulesWithSubjects buildMatchingRule(Predicate predicate);
public Boolean hasMatchingRule(Predicate predicate);
public A withRules(List rules);
public A withRules(io.kubernetes.client.openapi.models.V1beta2PolicyRulesWithSubjects... rules);
public Boolean hasRules();
public V1beta2FlowSchemaSpecFluent.RulesNested addNewRule();
public V1beta2FlowSchemaSpecFluent.RulesNested addNewRuleLike(V1beta2PolicyRulesWithSubjects item);
public V1beta2FlowSchemaSpecFluent.RulesNested setNewRuleLike(Integer index,V1beta2PolicyRulesWithSubjects item);
public V1beta2FlowSchemaSpecFluent.RulesNested editRule(Integer index);
public V1beta2FlowSchemaSpecFluent.RulesNested editFirstRule();
public V1beta2FlowSchemaSpecFluent.RulesNested editLastRule();
public V1beta2FlowSchemaSpecFluent.RulesNested editMatchingRule(Predicate predicate);
public interface DistinguisherMethodNested extends Nested,V1beta2FlowDistinguisherMethodFluent>{
public N and();
public N endDistinguisherMethod();
}
public interface PriorityLevelConfigurationNested extends Nested,V1beta2PriorityLevelConfigurationReferenceFluent>{
public N and();
public N endPriorityLevelConfiguration();
}
public interface RulesNested extends Nested,V1beta2PolicyRulesWithSubjectsFluent>{
public N and();
public N endRule();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy