public interface V1alpha1FlowSchemaSpecFluent<A extends V1alpha1FlowSchemaSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<N> |
static interface |
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<N> |
static interface |
V1alpha1FlowSchemaSpecFluent.RulesNested<N> |
Modifier and Type | Method and Description |
---|---|
A |
addAllToRules(Collection<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> items) |
V1alpha1FlowSchemaSpecFluent.RulesNested<A> |
addNewRule() |
V1alpha1FlowSchemaSpecFluent.RulesNested<A> |
addNewRuleLike(io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects item) |
A |
addToRules(int index,
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects item) |
A |
addToRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects... items) |
io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod |
buildDistinguisherMethod() |
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects |
buildFirstRule() |
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects |
buildLastRule() |
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects |
buildMatchingRule(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate) |
io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference |
buildPriorityLevelConfiguration() |
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects |
buildRule(int index) |
List<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> |
buildRules() |
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
editDistinguisherMethod() |
V1alpha1FlowSchemaSpecFluent.RulesNested<A> |
editFirstRule() |
V1alpha1FlowSchemaSpecFluent.RulesNested<A> |
editLastRule() |
V1alpha1FlowSchemaSpecFluent.RulesNested<A> |
editMatchingRule(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate) |
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
editOrNewDistinguisherMethod() |
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
editOrNewDistinguisherMethodLike(io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod item) |
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
editOrNewPriorityLevelConfiguration() |
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
editOrNewPriorityLevelConfigurationLike(io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference item) |
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
editPriorityLevelConfiguration() |
V1alpha1FlowSchemaSpecFluent.RulesNested<A> |
editRule(int index) |
io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod |
getDistinguisherMethod()
Deprecated.
|
Integer |
getMatchingPrecedence() |
io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference |
getPriorityLevelConfiguration()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> |
getRules()
Deprecated.
|
Boolean |
hasDistinguisherMethod() |
Boolean |
hasMatchingPrecedence() |
Boolean |
hasMatchingRule(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate) |
Boolean |
hasPriorityLevelConfiguration() |
Boolean |
hasRules() |
A |
removeAllFromRules(Collection<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> items) |
A |
removeFromRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects... items) |
A |
removeMatchingFromRules(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate) |
V1alpha1FlowSchemaSpecFluent.RulesNested<A> |
setNewRuleLike(int index,
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects item) |
A |
setToRules(int index,
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects item) |
A |
withDistinguisherMethod(io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod distinguisherMethod) |
A |
withMatchingPrecedence(Integer matchingPrecedence) |
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
withNewDistinguisherMethod() |
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> |
withNewDistinguisherMethodLike(io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod item) |
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
withNewPriorityLevelConfiguration() |
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> |
withNewPriorityLevelConfigurationLike(io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference item) |
A |
withPriorityLevelConfiguration(io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference priorityLevelConfiguration) |
A |
withRules(List<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> rules) |
A |
withRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects... rules) |
@Deprecated io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod getDistinguisherMethod()
io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod buildDistinguisherMethod()
A withDistinguisherMethod(io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod distinguisherMethod)
Boolean hasDistinguisherMethod()
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethod()
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> withNewDistinguisherMethodLike(io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod item)
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editDistinguisherMethod()
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethod()
V1alpha1FlowSchemaSpecFluent.DistinguisherMethodNested<A> editOrNewDistinguisherMethodLike(io.kubernetes.client.openapi.models.V1alpha1FlowDistinguisherMethod item)
Integer getMatchingPrecedence()
Boolean hasMatchingPrecedence()
@Deprecated io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference getPriorityLevelConfiguration()
io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference buildPriorityLevelConfiguration()
A withPriorityLevelConfiguration(io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference priorityLevelConfiguration)
Boolean hasPriorityLevelConfiguration()
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfiguration()
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> withNewPriorityLevelConfigurationLike(io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference item)
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editPriorityLevelConfiguration()
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfiguration()
V1alpha1FlowSchemaSpecFluent.PriorityLevelConfigurationNested<A> editOrNewPriorityLevelConfigurationLike(io.kubernetes.client.openapi.models.V1alpha1PriorityLevelConfigurationReference item)
A addToRules(int index, io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects item)
A setToRules(int index, io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects item)
A addToRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects... items)
A addAllToRules(Collection<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> items)
A removeFromRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects... items)
A removeAllFromRules(Collection<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> items)
A removeMatchingFromRules(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> getRules()
List<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> buildRules()
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects buildRule(int index)
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects buildFirstRule()
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects buildLastRule()
io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects buildMatchingRule(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate)
Boolean hasMatchingRule(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate)
A withRules(List<io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects> rules)
A withRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects... rules)
Boolean hasRules()
V1alpha1FlowSchemaSpecFluent.RulesNested<A> addNewRule()
V1alpha1FlowSchemaSpecFluent.RulesNested<A> addNewRuleLike(io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects item)
V1alpha1FlowSchemaSpecFluent.RulesNested<A> setNewRuleLike(int index, io.kubernetes.client.openapi.models.V1alpha1PolicyRulesWithSubjects item)
V1alpha1FlowSchemaSpecFluent.RulesNested<A> editRule(int index)
V1alpha1FlowSchemaSpecFluent.RulesNested<A> editFirstRule()
V1alpha1FlowSchemaSpecFluent.RulesNested<A> editLastRule()
V1alpha1FlowSchemaSpecFluent.RulesNested<A> editMatchingRule(Predicate<V1alpha1PolicyRulesWithSubjectsBuilder> predicate)
Copyright © 2021. All rights reserved.