Class 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 Detail

      • SelfSubjectAccessReviewSpec

        public SelfSubjectAccessReviewSpec()
        No args constructor for use in serialization
    • 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
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)