Package io.fabric8.openshift.api.model
Class NamedClusterRoleFluent<A extends NamedClusterRoleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.NamedClusterRoleFluent<A>
-
- Direct Known Subclasses:
NamedClusterRoleBuilder
public class NamedClusterRoleFluent<A extends NamedClusterRoleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classNamedClusterRoleFluent.RoleNested<N>
-
Constructor Summary
Constructors Constructor Description NamedClusterRoleFluent()NamedClusterRoleFluent(NamedClusterRole instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)ClusterRolebuildRole()protected voidcopyInstance(NamedClusterRole instance)NamedClusterRoleFluent.RoleNested<A>editOrNewRole()NamedClusterRoleFluent.RoleNested<A>editOrNewRoleLike(ClusterRole item)NamedClusterRoleFluent.RoleNested<A>editRole()booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetName()booleanhasAdditionalProperties()inthashCode()booleanhasName()booleanhasRole()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithName(String name)NamedClusterRoleFluent.RoleNested<A>withNewRole()NamedClusterRoleFluent.RoleNested<A>withNewRoleLike(ClusterRole item)AwithRole(ClusterRole role)
-
-
-
Constructor Detail
-
NamedClusterRoleFluent
public NamedClusterRoleFluent()
-
NamedClusterRoleFluent
public NamedClusterRoleFluent(NamedClusterRole instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(NamedClusterRole instance)
-
getName
public String getName()
-
hasName
public boolean hasName()
-
buildRole
public ClusterRole buildRole()
-
withRole
public A withRole(ClusterRole role)
-
hasRole
public boolean hasRole()
-
withNewRole
public NamedClusterRoleFluent.RoleNested<A> withNewRole()
-
withNewRoleLike
public NamedClusterRoleFluent.RoleNested<A> withNewRoleLike(ClusterRole item)
-
editRole
public NamedClusterRoleFluent.RoleNested<A> editRole()
-
editOrNewRole
public NamedClusterRoleFluent.RoleNested<A> editOrNewRole()
-
editOrNewRoleLike
public NamedClusterRoleFluent.RoleNested<A> editOrNewRoleLike(ClusterRole item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NamedClusterRoleFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends NamedClusterRoleFluent<A>>
-
-