public class V1beta1FlowSchemaSpecFluentImpl<A extends V1beta1FlowSchemaSpecFluent<A>> extends BaseFluent<A> implements V1beta1FlowSchemaSpecFluent<A>
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<N>, V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<N>, V1beta1FlowSchemaSpecFluent.RulesNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1beta1FlowSchemaSpecFluentImpl() |
V1beta1FlowSchemaSpecFluentImpl(io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToRules(Collection<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> items) |
V1beta1FlowSchemaSpecFluent.RulesNested<A> |
addNewRule() |
V1beta1FlowSchemaSpecFluent.RulesNested<A> |
addNewRuleLike(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects item) |
A |
addToRules(Integer index,
io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects item) |
A |
addToRules(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects... items) |
io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod |
buildDistinguisherMethod() |
io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects |
buildFirstRule() |
io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects |
buildLastRule() |
io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects |
buildMatchingRule(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate) |
io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference |
buildPriorityLevelConfiguration() |
io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects |
buildRule(Integer index) |
List<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> |
buildRules() |
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
editDistinguisherMethod() |
V1beta1FlowSchemaSpecFluent.RulesNested<A> |
editFirstRule() |
V1beta1FlowSchemaSpecFluent.RulesNested<A> |
editLastRule() |
V1beta1FlowSchemaSpecFluent.RulesNested<A> |
editMatchingRule(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate) |
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
editOrNewDistinguisherMethod() |
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
editOrNewDistinguisherMethodLike(io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod item) |
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
editOrNewPriorityLevelConfiguration() |
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
editOrNewPriorityLevelConfigurationLike(io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference item) |
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
editPriorityLevelConfiguration() |
V1beta1FlowSchemaSpecFluent.RulesNested<A> |
editRule(Integer index) |
boolean |
equals(Object o) |
io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod |
getDistinguisherMethod()
Deprecated.
|
Integer |
getMatchingPrecedence() |
io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference |
getPriorityLevelConfiguration()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> |
getRules()
Deprecated.
|
Boolean |
hasDistinguisherMethod() |
int |
hashCode() |
Boolean |
hasMatchingPrecedence() |
Boolean |
hasMatchingRule(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate) |
Boolean |
hasPriorityLevelConfiguration() |
Boolean |
hasRules() |
A |
removeAllFromRules(Collection<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> items) |
A |
removeFromRules(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects... items) |
A |
removeMatchingFromRules(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate) |
V1beta1FlowSchemaSpecFluent.RulesNested<A> |
setNewRuleLike(Integer index,
io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects item) |
A |
setToRules(Integer index,
io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects item) |
String |
toString() |
A |
withDistinguisherMethod(io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod distinguisherMethod) |
A |
withMatchingPrecedence(Integer matchingPrecedence) |
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
withNewDistinguisherMethod() |
V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
withNewDistinguisherMethodLike(io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod item) |
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
withNewPriorityLevelConfiguration() |
V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
withNewPriorityLevelConfigurationLike(io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference item) |
A |
withPriorityLevelConfiguration(io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference priorityLevelConfiguration) |
A |
withRules(List<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> rules) |
A |
withRules(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects... rules) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1beta1FlowSchemaSpecFluentImpl()
public V1beta1FlowSchemaSpecFluentImpl(io.kubernetes.client.openapi.models.V1beta1FlowSchemaSpec instance)
@Deprecated public io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod getDistinguisherMethod()
getDistinguisherMethod in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod buildDistinguisherMethod()
buildDistinguisherMethod in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A withDistinguisherMethod(io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod distinguisherMethod)
withDistinguisherMethod in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public Boolean hasDistinguisherMethod()
hasDistinguisherMethod in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethod()
withNewDistinguisherMethod in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethodLike(io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod item)
withNewDistinguisherMethodLike in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editDistinguisherMethod()
editDistinguisherMethod in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethod()
editOrNewDistinguisherMethod in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethodLike(io.kubernetes.client.openapi.models.V1beta1FlowDistinguisherMethod item)
editOrNewDistinguisherMethodLike in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public Integer getMatchingPrecedence()
getMatchingPrecedence in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A withMatchingPrecedence(Integer matchingPrecedence)
withMatchingPrecedence in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public Boolean hasMatchingPrecedence()
hasMatchingPrecedence in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference getPriorityLevelConfiguration()
getPriorityLevelConfiguration in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference buildPriorityLevelConfiguration()
buildPriorityLevelConfiguration in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A withPriorityLevelConfiguration(io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference priorityLevelConfiguration)
withPriorityLevelConfiguration in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public Boolean hasPriorityLevelConfiguration()
hasPriorityLevelConfiguration in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfiguration()
withNewPriorityLevelConfiguration in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfigurationLike(io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference item)
withNewPriorityLevelConfigurationLike in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editPriorityLevelConfiguration()
editPriorityLevelConfiguration in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfiguration()
editOrNewPriorityLevelConfiguration in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfigurationLike(io.kubernetes.client.openapi.models.V1beta1PriorityLevelConfigurationReference item)
editOrNewPriorityLevelConfigurationLike in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A addToRules(Integer index, io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects item)
addToRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A setToRules(Integer index, io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects item)
setToRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A addToRules(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects... items)
addToRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A addAllToRules(Collection<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> items)
addAllToRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A removeFromRules(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects... items)
removeFromRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A removeAllFromRules(Collection<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> items)
removeAllFromRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A removeMatchingFromRules(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate)
removeMatchingFromRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> getRules()
getRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public List<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> buildRules()
buildRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects buildRule(Integer index)
buildRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects buildFirstRule()
buildFirstRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects buildLastRule()
buildLastRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects buildMatchingRule(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate)
buildMatchingRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public Boolean hasMatchingRule(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate)
hasMatchingRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A withRules(List<io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects> rules)
withRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public A withRules(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects... rules)
withRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public Boolean hasRules()
hasRules in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.RulesNested<A> addNewRule()
addNewRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.RulesNested<A> addNewRuleLike(io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects item)
addNewRuleLike in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.RulesNested<A> setNewRuleLike(Integer index, io.kubernetes.client.openapi.models.V1beta1PolicyRulesWithSubjects item)
setNewRuleLike in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.RulesNested<A> editRule(Integer index)
editRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.RulesNested<A> editFirstRule()
editFirstRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.RulesNested<A> editLastRule()
editLastRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public V1beta1FlowSchemaSpecFluent.RulesNested<A> editMatchingRule(Predicate<V1beta1PolicyRulesWithSubjectsBuilder> predicate)
editMatchingRule in interface V1beta1FlowSchemaSpecFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1beta1FlowSchemaSpecFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1beta1FlowSchemaSpecFluent<A>>Copyright © 2022. All rights reserved.