Class SubjectRulesReviewSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<SubjectRulesReviewSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class SubjectRulesReviewSpec
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<SubjectRulesReviewSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    SubjectRulesReviewSpec adds information about how to conduct the check
    See Also:
    Serialized Form
    • Constructor Detail

      • SubjectRulesReviewSpec

        public SubjectRulesReviewSpec()
        No args constructor for use in serialization
    • Method Detail

      • getGroups

        public List<String> getGroups()
        groups is optional. Groups is the list of groups to which the User belongs. At least one of User and Groups must be specified.
      • setGroups

        public void setGroups​(List<String> groups)
        groups is optional. Groups is the list of groups to which the User belongs. At least one of User and Groups must be specified.
      • getScopes

        public List<String> getScopes()
        scopes to use for the evaluation. Empty means "use the unscoped (full) permissions of the user/groups".
      • setScopes

        public void setScopes​(List<String> scopes)
        scopes to use for the evaluation. Empty means "use the unscoped (full) permissions of the user/groups".
      • getUser

        public String getUser()
        user is optional. At least one of User and Groups must be specified.
      • setUser

        public void setUser​(String user)
        user is optional. At least one of User and Groups must be specified.
      • getAdditionalProperties

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

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

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