Class NonResourceRule

    • Constructor Detail

      • NonResourceRule

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

      • getNonResourceURLs

        public List<String> getNonResourceURLs()
        NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all.
      • setNonResourceURLs

        public void setNonResourceURLs​(List<String> nonResourceURLs)
        NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all.
      • getVerbs

        public List<String> getVerbs()
        Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
      • setVerbs

        public void setVerbs​(List<String> verbs)
        Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.
      • getAdditionalProperties

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

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

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