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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_VERB
- See Also:
-
-
Constructor Details
-
V1NonResourceAttributes
public V1NonResourceAttributes()
-
-
Method Details
-
getPath
Path is the URL path of the request- Returns:
- the path property value
-
setPath
Set the path property value -
path
Set path in a chainable fashion.- Returns:
- The same instance of V1NonResourceAttributes for chaining.
-
getVerb
Verb is the standard HTTP verb- Returns:
- the verb property value
-
setVerb
Set the verb property value -
verb
Set verb in a chainable fashion.- Returns:
- The same instance of V1NonResourceAttributes for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-