public interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1alpha1ClusterRoleFluent.AggregationRuleNested<N> |
static interface |
V1alpha1ClusterRoleFluent.MetadataNested<N> |
static interface |
V1alpha1ClusterRoleFluent.RulesNested<N> |
@Deprecated V1alpha1AggregationRule getAggregationRule()
V1alpha1AggregationRule buildAggregationRule()
A withAggregationRule(V1alpha1AggregationRule aggregationRule)
Boolean hasAggregationRule()
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> withNewAggregationRule()
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> withNewAggregationRuleLike(V1alpha1AggregationRule item)
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> editAggregationRule()
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> editOrNewAggregationRule()
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> editOrNewAggregationRuleLike(V1alpha1AggregationRule item)
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
@Deprecated V1ObjectMeta getMetadata()
V1ObjectMeta buildMetadata()
A withMetadata(V1ObjectMeta metadata)
Boolean hasMetadata()
V1alpha1ClusterRoleFluent.MetadataNested<A> withNewMetadata()
V1alpha1ClusterRoleFluent.MetadataNested<A> withNewMetadataLike(V1ObjectMeta item)
V1alpha1ClusterRoleFluent.MetadataNested<A> editMetadata()
V1alpha1ClusterRoleFluent.MetadataNested<A> editOrNewMetadata()
V1alpha1ClusterRoleFluent.MetadataNested<A> editOrNewMetadataLike(V1ObjectMeta item)
A addToRules(int index, V1alpha1PolicyRule item)
A setToRules(int index, V1alpha1PolicyRule item)
A addToRules(V1alpha1PolicyRule... items)
A addAllToRules(Collection<V1alpha1PolicyRule> items)
A removeFromRules(V1alpha1PolicyRule... items)
A removeAllFromRules(Collection<V1alpha1PolicyRule> items)
@Deprecated List<V1alpha1PolicyRule> getRules()
List<V1alpha1PolicyRule> buildRules()
V1alpha1PolicyRule buildRule(int index)
V1alpha1PolicyRule buildFirstRule()
V1alpha1PolicyRule buildLastRule()
V1alpha1PolicyRule buildMatchingRule(Predicate<V1alpha1PolicyRuleBuilder> predicate)
Boolean hasMatchingRule(Predicate<V1alpha1PolicyRuleBuilder> predicate)
A withRules(List<V1alpha1PolicyRule> rules)
A withRules(V1alpha1PolicyRule... rules)
Boolean hasRules()
V1alpha1ClusterRoleFluent.RulesNested<A> addNewRule()
V1alpha1ClusterRoleFluent.RulesNested<A> addNewRuleLike(V1alpha1PolicyRule item)
V1alpha1ClusterRoleFluent.RulesNested<A> setNewRuleLike(int index, V1alpha1PolicyRule item)
V1alpha1ClusterRoleFluent.RulesNested<A> editRule(int index)
V1alpha1ClusterRoleFluent.RulesNested<A> editFirstRule()
V1alpha1ClusterRoleFluent.RulesNested<A> editLastRule()
V1alpha1ClusterRoleFluent.RulesNested<A> editMatchingRule(Predicate<V1alpha1PolicyRuleBuilder> predicate)
Copyright © 2019. All rights reserved.