Class V1NonResourceAttributes

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NonResourceAttributes

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1NonResourceAttributes extends Object
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
  • Field Details

  • Constructor Details

    • V1NonResourceAttributes

      public V1NonResourceAttributes()
  • Method Details

    • getPath

      public String getPath()
      Path is the URL path of the request
      Returns:
      the path property value
    • setPath

      public void setPath(String path)
      Set the path property value
    • path

      public V1NonResourceAttributes path(String path)
      Set path in a chainable fashion.
      Returns:
      The same instance of V1NonResourceAttributes for chaining.
    • getVerb

      public String getVerb()
      Verb is the standard HTTP verb
      Returns:
      the verb property value
    • setVerb

      public void setVerb(String verb)
      Set the verb property value
    • verb

      public V1NonResourceAttributes verb(String verb)
      Set verb in a chainable fashion.
      Returns:
      The same instance of V1NonResourceAttributes for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object