Class V1SelfSubjectAccessReview
java.lang.Object
io.kubernetes.client.openapi.models.V1SelfSubjectAccessReview
- All Implemented Interfaces:
KubernetesObject
,KubernetesType
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-12-05T08:14:34.919Z[Etc/UTC]")
public class V1SelfSubjectAccessReview
extends Object
implements KubernetesObject
SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in
a spec.namespace means \"in all namespaces\". Self is a special case, because users
should always be able to check whether they can perform an action
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiVersion
(String apiVersion) boolean
APIVersion defines the versioned schema of this representation of an object.getKind()
Kind is a string value representing the REST resource this object represents.Get metadatagetSpec()
Get specGet statusint
hashCode()
metadata
(V1ObjectMeta metadata) void
setApiVersion
(String apiVersion) void
void
setMetadata
(V1ObjectMeta metadata) void
void
setStatus
(V1SubjectAccessReviewStatus status) status
(V1SubjectAccessReviewStatus status) toString()
-
Field Details
-
SERIALIZED_NAME_API_VERSION
- See Also:
-
SERIALIZED_NAME_KIND
- See Also:
-
SERIALIZED_NAME_METADATA
- See Also:
-
SERIALIZED_NAME_SPEC
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
-
Constructor Details
-
V1SelfSubjectAccessReview
public V1SelfSubjectAccessReview()
-
-
Method Details
-
apiVersion
-
getApiVersion
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources- Specified by:
getApiVersion
in interfaceKubernetesType
- Returns:
- apiVersion
-
setApiVersion
-
kind
-
getKind
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Specified by:
getKind
in interfaceKubernetesType
- Returns:
- kind
-
setKind
-
metadata
-
getMetadata
Get metadata- Specified by:
getMetadata
in interfaceKubernetesObject
- Returns:
- metadata
-
setMetadata
-
spec
-
getSpec
Get spec- Returns:
- spec
-
setSpec
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-