public class V1alpha1ClusterRoleFluentImpl<A extends V1alpha1ClusterRoleFluent<A>> extends BaseFluent<A> implements V1alpha1ClusterRoleFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1alpha1ClusterRoleFluentImpl.AggregationRuleNestedImpl<N> |
class |
V1alpha1ClusterRoleFluentImpl.MetadataNestedImpl<N> |
class |
V1alpha1ClusterRoleFluentImpl.RulesNestedImpl<N> |
V1alpha1ClusterRoleFluent.AggregationRuleNested<N>, V1alpha1ClusterRoleFluent.MetadataNested<N>, V1alpha1ClusterRoleFluent.RulesNested<N>
_visitables, VISIT
Constructor and Description |
---|
V1alpha1ClusterRoleFluentImpl() |
V1alpha1ClusterRoleFluentImpl(io.kubernetes.client.openapi.models.V1alpha1ClusterRole instance) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToRules(Collection<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> items) |
V1alpha1ClusterRoleFluent.RulesNested<A> |
addNewRule() |
V1alpha1ClusterRoleFluent.RulesNested<A> |
addNewRuleLike(io.kubernetes.client.openapi.models.V1alpha1PolicyRule item) |
A |
addToRules(int index,
io.kubernetes.client.openapi.models.V1alpha1PolicyRule item) |
A |
addToRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRule... items) |
io.kubernetes.client.openapi.models.V1alpha1AggregationRule |
buildAggregationRule() |
io.kubernetes.client.openapi.models.V1alpha1PolicyRule |
buildFirstRule() |
io.kubernetes.client.openapi.models.V1alpha1PolicyRule |
buildLastRule() |
io.kubernetes.client.openapi.models.V1alpha1PolicyRule |
buildMatchingRule(Predicate<V1alpha1PolicyRuleBuilder> predicate) |
io.kubernetes.client.openapi.models.V1ObjectMeta |
buildMetadata() |
io.kubernetes.client.openapi.models.V1alpha1PolicyRule |
buildRule(int index) |
List<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> |
buildRules() |
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> |
editAggregationRule() |
V1alpha1ClusterRoleFluent.RulesNested<A> |
editFirstRule() |
V1alpha1ClusterRoleFluent.RulesNested<A> |
editLastRule() |
V1alpha1ClusterRoleFluent.RulesNested<A> |
editMatchingRule(Predicate<V1alpha1PolicyRuleBuilder> predicate) |
V1alpha1ClusterRoleFluent.MetadataNested<A> |
editMetadata() |
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> |
editOrNewAggregationRule() |
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> |
editOrNewAggregationRuleLike(io.kubernetes.client.openapi.models.V1alpha1AggregationRule item) |
V1alpha1ClusterRoleFluent.MetadataNested<A> |
editOrNewMetadata() |
V1alpha1ClusterRoleFluent.MetadataNested<A> |
editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1alpha1ClusterRoleFluent.RulesNested<A> |
editRule(int index) |
boolean |
equals(Object o) |
io.kubernetes.client.openapi.models.V1alpha1AggregationRule |
getAggregationRule()
Deprecated.
|
String |
getApiVersion() |
String |
getKind() |
io.kubernetes.client.openapi.models.V1ObjectMeta |
getMetadata()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> |
getRules()
Deprecated.
|
Boolean |
hasAggregationRule() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasMatchingRule(Predicate<V1alpha1PolicyRuleBuilder> predicate) |
Boolean |
hasMetadata() |
Boolean |
hasRules() |
A |
removeAllFromRules(Collection<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> items) |
A |
removeFromRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRule... items) |
A |
removeMatchingFromRules(Predicate<V1alpha1PolicyRuleBuilder> predicate) |
V1alpha1ClusterRoleFluent.RulesNested<A> |
setNewRuleLike(int index,
io.kubernetes.client.openapi.models.V1alpha1PolicyRule item) |
A |
setToRules(int index,
io.kubernetes.client.openapi.models.V1alpha1PolicyRule item) |
A |
withAggregationRule(io.kubernetes.client.openapi.models.V1alpha1AggregationRule aggregationRule) |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) |
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> |
withNewAggregationRule() |
V1alpha1ClusterRoleFluent.AggregationRuleNested<A> |
withNewAggregationRuleLike(io.kubernetes.client.openapi.models.V1alpha1AggregationRule item) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
V1alpha1ClusterRoleFluent.MetadataNested<A> |
withNewMetadata() |
V1alpha1ClusterRoleFluent.MetadataNested<A> |
withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
A |
withRules(List<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> rules) |
A |
withRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRule... rules) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1alpha1ClusterRoleFluentImpl()
public V1alpha1ClusterRoleFluentImpl(io.kubernetes.client.openapi.models.V1alpha1ClusterRole instance)
@Deprecated public io.kubernetes.client.openapi.models.V1alpha1AggregationRule getAggregationRule()
getAggregationRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1AggregationRule buildAggregationRule()
buildAggregationRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A withAggregationRule(io.kubernetes.client.openapi.models.V1alpha1AggregationRule aggregationRule)
withAggregationRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public Boolean hasAggregationRule()
hasAggregationRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.AggregationRuleNested<A> withNewAggregationRule()
withNewAggregationRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.AggregationRuleNested<A> withNewAggregationRuleLike(io.kubernetes.client.openapi.models.V1alpha1AggregationRule item)
withNewAggregationRuleLike
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.AggregationRuleNested<A> editAggregationRule()
editAggregationRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.AggregationRuleNested<A> editOrNewAggregationRule()
editOrNewAggregationRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.AggregationRuleNested<A> editOrNewAggregationRuleLike(io.kubernetes.client.openapi.models.V1alpha1AggregationRule item)
editOrNewAggregationRuleLike
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public String getApiVersion()
getApiVersion
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
@Deprecated public A withNewApiVersion(String original)
withNewApiVersion
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public String getKind()
getKind
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A withKind(String kind)
withKind
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public Boolean hasKind()
hasKind
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
@Deprecated public A withNewKind(String original)
withNewKind
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
@Deprecated public io.kubernetes.client.openapi.models.V1ObjectMeta getMetadata()
getMetadata
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()
buildMetadata
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata)
withMetadata
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public Boolean hasMetadata()
hasMetadata
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.MetadataNested<A> withNewMetadata()
withNewMetadata
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
withNewMetadataLike
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.MetadataNested<A> editMetadata()
editMetadata
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
editOrNewMetadataLike
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A addToRules(int index, io.kubernetes.client.openapi.models.V1alpha1PolicyRule item)
addToRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A setToRules(int index, io.kubernetes.client.openapi.models.V1alpha1PolicyRule item)
setToRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A addToRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRule... items)
addToRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A addAllToRules(Collection<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> items)
addAllToRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A removeFromRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRule... items)
removeFromRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A removeAllFromRules(Collection<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> items)
removeAllFromRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A removeMatchingFromRules(Predicate<V1alpha1PolicyRuleBuilder> predicate)
removeMatchingFromRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
@Deprecated public List<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> getRules()
getRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public List<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> buildRules()
buildRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1PolicyRule buildRule(int index)
buildRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1PolicyRule buildFirstRule()
buildFirstRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1PolicyRule buildLastRule()
buildLastRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public io.kubernetes.client.openapi.models.V1alpha1PolicyRule buildMatchingRule(Predicate<V1alpha1PolicyRuleBuilder> predicate)
buildMatchingRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public Boolean hasMatchingRule(Predicate<V1alpha1PolicyRuleBuilder> predicate)
hasMatchingRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A withRules(List<io.kubernetes.client.openapi.models.V1alpha1PolicyRule> rules)
withRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public A withRules(io.kubernetes.client.openapi.models.V1alpha1PolicyRule... rules)
withRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public Boolean hasRules()
hasRules
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.RulesNested<A> addNewRule()
addNewRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.RulesNested<A> addNewRuleLike(io.kubernetes.client.openapi.models.V1alpha1PolicyRule item)
addNewRuleLike
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.RulesNested<A> setNewRuleLike(int index, io.kubernetes.client.openapi.models.V1alpha1PolicyRule item)
setNewRuleLike
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.RulesNested<A> editRule(int index)
editRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.RulesNested<A> editFirstRule()
editFirstRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.RulesNested<A> editLastRule()
editLastRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
public V1alpha1ClusterRoleFluent.RulesNested<A> editMatchingRule(Predicate<V1alpha1PolicyRuleBuilder> predicate)
editMatchingRule
in interface V1alpha1ClusterRoleFluent<A extends V1alpha1ClusterRoleFluent<A>>
Copyright © 2021. All rights reserved.