Class SelfSubjectAccessReviewSpec
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReviewSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SelfSubjectAccessReviewSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SelfSubjectAccessReviewSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<SelfSubjectAccessReviewSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SelfSubjectAccessReviewSpec()No args constructor for use in serializationSelfSubjectAccessReviewSpec(NonResourceAttributes nonResourceAttributes, ResourceAttributes resourceAttributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelfSubjectAccessReviewSpecBuilderedit()Map<String,Object>getAdditionalProperties()NonResourceAttributesgetNonResourceAttributes()SelfSubjectAccessReviewSpec is a description of the access request.ResourceAttributesgetResourceAttributes()SelfSubjectAccessReviewSpec is a description of the access request.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetNonResourceAttributes(NonResourceAttributes nonResourceAttributes)SelfSubjectAccessReviewSpec is a description of the access request.voidsetResourceAttributes(ResourceAttributes resourceAttributes)SelfSubjectAccessReviewSpec is a description of the access request.SelfSubjectAccessReviewSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
SelfSubjectAccessReviewSpec
public SelfSubjectAccessReviewSpec()
No args constructor for use in serialization
-
SelfSubjectAccessReviewSpec
public SelfSubjectAccessReviewSpec(NonResourceAttributes nonResourceAttributes, ResourceAttributes resourceAttributes)
-
-
Method Detail
-
getNonResourceAttributes
public NonResourceAttributes getNonResourceAttributes()
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
-
setNonResourceAttributes
public void setNonResourceAttributes(NonResourceAttributes nonResourceAttributes)
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
-
getResourceAttributes
public ResourceAttributes getResourceAttributes()
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
-
setResourceAttributes
public void setResourceAttributes(ResourceAttributes resourceAttributes)
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
-
edit
public SelfSubjectAccessReviewSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SelfSubjectAccessReviewSpecBuilder>
-
toBuilder
public SelfSubjectAccessReviewSpecBuilder toBuilder()
-
-