Class RoleBinding
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.cloudcredential.v1.RoleBinding
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<RoleBindingBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class RoleBinding extends Object implements io.fabric8.kubernetes.api.builder.Editable<RoleBindingBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
RoleBinding models part of the Azure RBAC Role Binding- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleBinding()No args constructor for use in serializationRoleBinding(String role)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoleBindingBuilderedit()Map<String,Object>getAdditionalProperties()StringgetRole()Role defines a set of permissions that should be associated with the minted credential.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetRole(String role)Role defines a set of permissions that should be associated with the minted credential.RoleBindingBuildertoBuilder()
-
-
-
Constructor Detail
-
RoleBinding
public RoleBinding()
No args constructor for use in serialization
-
RoleBinding
public RoleBinding(String role)
-
-
Method Detail
-
getRole
public String getRole()
Role defines a set of permissions that should be associated with the minted credential.
-
setRole
public void setRole(String role)
Role defines a set of permissions that should be associated with the minted credential.
-
edit
public RoleBindingBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<RoleBindingBuilder>
-
toBuilder
public RoleBindingBuilder toBuilder()
-
-