Class DoneableClusterRole
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.rbac.ClusterRoleFluentImpl<DoneableClusterRole>
io.fabric8.kubernetes.api.model.rbac.DoneableClusterRole
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableClusterRole>,io.fabric8.kubernetes.api.builder.Visitable<DoneableClusterRole>,io.fabric8.kubernetes.api.model.Doneable<ClusterRole>,ClusterRoleFluent<DoneableClusterRole>
public class DoneableClusterRole extends ClusterRoleFluentImpl<DoneableClusterRole> implements io.fabric8.kubernetes.api.model.Doneable<ClusterRole>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.rbac.ClusterRoleFluentImpl
ClusterRoleFluentImpl.AggregationRuleNestedImpl<N>, ClusterRoleFluentImpl.MetadataNestedImpl<N>, ClusterRoleFluentImpl.RulesNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.rbac.ClusterRoleFluent
ClusterRoleFluent.AggregationRuleNested<N>, ClusterRoleFluent.MetadataNested<N>, ClusterRoleFluent.RulesNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableClusterRole(io.fabric8.kubernetes.api.builder.Function<ClusterRole,ClusterRole> function)DoneableClusterRole(ClusterRole item)DoneableClusterRole(ClusterRole item, io.fabric8.kubernetes.api.builder.Function<ClusterRole,ClusterRole> function) -
Method Summary
Modifier and Type Method Description ClusterRoledone()Methods inherited from class io.fabric8.kubernetes.api.model.rbac.ClusterRoleFluentImpl
addAllToRules, addNewRule, addNewRuleLike, addToRules, addToRules, buildAggregationRule, buildFirstRule, buildLastRule, buildMatchingRule, buildMetadata, buildRule, buildRules, editAggregationRule, editFirstRule, editLastRule, editMatchingRule, editMetadata, editOrNewAggregationRule, editOrNewAggregationRuleLike, editOrNewMetadata, editOrNewMetadataLike, editRule, equals, getAggregationRule, getApiVersion, getKind, getMetadata, getRules, hasAggregationRule, hasApiVersion, hasKind, hasMatchingRule, hasMetadata, hasRules, removeAllFromRules, removeFromRules, removeMatchingFromRules, setNewRuleLike, setToRules, withAggregationRule, withApiVersion, withKind, withMetadata, withNewAggregationRule, withNewAggregationRuleLike, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withRules, withRules
-
Constructor Details
-
DoneableClusterRole
public DoneableClusterRole(io.fabric8.kubernetes.api.builder.Function<ClusterRole,ClusterRole> function) -
DoneableClusterRole
public DoneableClusterRole(ClusterRole item, io.fabric8.kubernetes.api.builder.Function<ClusterRole,ClusterRole> function) -
DoneableClusterRole
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<ClusterRole>
-