Class NonResourceAttributes

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class NonResourceAttributes
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<NonResourceAttributesBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
    See Also:
    Serialized Form
    • Constructor Detail

      • NonResourceAttributes

        public NonResourceAttributes()
        No args constructor for use in serialization
      • NonResourceAttributes

        public NonResourceAttributes​(String path,
                                     String verb)
    • Method Detail

      • getPath

        public String getPath()
        Path is the URL path of the request
      • setPath

        public void setPath​(String path)
        Path is the URL path of the request
      • getVerb

        public String getVerb()
        Verb is the standard HTTP verb
      • setVerb

        public void setVerb​(String verb)
        Verb is the standard HTTP verb
      • getAdditionalProperties

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

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

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