Class V1SelfSubjectAccessReviewSpec
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1SelfSubjectAccessReviewSpec
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1SelfSubjectAccessReviewSpec
extends Object
SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
nonResourceAttributes
(V1NonResourceAttributes nonResourceAttributes) Set nonResourceAttributes in a chainable fashion.resourceAttributes
(V1ResourceAttributes resourceAttributes) Set resourceAttributes in a chainable fashion.void
setNonResourceAttributes
(V1NonResourceAttributes nonResourceAttributes) Set the nonResourceAttributes property valuevoid
setResourceAttributes
(V1ResourceAttributes resourceAttributes) Set the resourceAttributes property valuetoString()
-
Field Details
-
JSON_PROPERTY_NON_RESOURCE_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_RESOURCE_ATTRIBUTES
- See Also:
-
-
Constructor Details
-
V1SelfSubjectAccessReviewSpec
public V1SelfSubjectAccessReviewSpec()
-
-
Method Details
-
getNonResourceAttributes
- Returns:
- the nonResourceAttributes property value
-
setNonResourceAttributes
Set the nonResourceAttributes property value -
nonResourceAttributes
public V1SelfSubjectAccessReviewSpec nonResourceAttributes(V1NonResourceAttributes nonResourceAttributes) Set nonResourceAttributes in a chainable fashion.- Returns:
- The same instance of V1SelfSubjectAccessReviewSpec for chaining.
-
getResourceAttributes
- Returns:
- the resourceAttributes property value
-
setResourceAttributes
Set the resourceAttributes property value -
resourceAttributes
Set resourceAttributes in a chainable fashion.- Returns:
- The same instance of V1SelfSubjectAccessReviewSpec for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-