Class NonResourceRule

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NonResourceRule
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NonResourceRuleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NonResourceRule holds information that describes a rule for the non-resource
    See Also:
    Serialized Form
    • 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)