public class ClusterRoleFluentImpl<T extends ClusterRoleFluent<T>> extends BaseFluent<T> implements ClusterRoleFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterRoleFluentImpl.MetadataNestedImpl<N> |
class |
ClusterRoleFluentImpl.RulesNestedImpl<N> |
ClusterRoleFluent.MetadataNested<N>, ClusterRoleFluent.RulesNested<N>_visitables| Constructor and Description |
|---|
ClusterRoleFluentImpl() |
ClusterRoleFluentImpl(ClusterRole instance) |
public ClusterRoleFluentImpl()
public ClusterRoleFluentImpl(ClusterRole instance)
public ClusterRole.ApiVersion getApiVersion()
getApiVersion in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T withApiVersion(ClusterRole.ApiVersion apiVersion)
withApiVersion in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public String getKind()
getKind in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T withKind(String kind)
withKind in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public ObjectMeta getMetadata()
getMetadata in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T withMetadata(ObjectMeta metadata)
withMetadata in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public ClusterRoleFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public ClusterRoleFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public ClusterRoleFluent.MetadataNested<T> editMetadata()
editMetadata in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T addToRules(PolicyRule... items)
addToRules in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T removeFromRules(PolicyRule... items)
removeFromRules in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public List<PolicyRule> getRules()
getRules in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T withRules(List<PolicyRule> rules)
withRules in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T withRules(PolicyRule... rules)
withRules in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public ClusterRoleFluent.RulesNested<T> addNewRule()
addNewRule in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public ClusterRoleFluent.RulesNested<T> addNewRuleLike(PolicyRule item)
addNewRuleLike in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ClusterRoleFluent<T extends ClusterRoleFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.