public static interface V1beta1Authorization.LocalSubjectAccessReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard list metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard list metadata.
|
V1beta1Authorization.SubjectAccessReviewSpec |
getSpec()
Spec holds information about the request being evaluated.
|
V1beta1Authorization.SubjectAccessReviewSpecOrBuilder |
getSpecOrBuilder()
Spec holds information about the request being evaluated.
|
V1beta1Authorization.SubjectAccessReviewStatus |
getStatus()
Status is filled in by the server and indicates whether the request is allowed or not
+optional
|
V1beta1Authorization.SubjectAccessReviewStatusOrBuilder |
getStatusOrBuilder()
Status is filled in by the server and indicates whether the request is allowed or not
+optional
|
boolean |
hasMetadata()
Standard list metadata.
|
boolean |
hasSpec()
Spec holds information about the request being evaluated.
|
boolean |
hasStatus()
Status is filled in by the server and indicates whether the request is allowed or not
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted.
optional .k8s.io.api.authorization.v1beta1.SubjectAccessReviewSpec spec = 2;V1beta1Authorization.SubjectAccessReviewSpec getSpec()
Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted.
optional .k8s.io.api.authorization.v1beta1.SubjectAccessReviewSpec spec = 2;V1beta1Authorization.SubjectAccessReviewSpecOrBuilder getSpecOrBuilder()
Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted.
optional .k8s.io.api.authorization.v1beta1.SubjectAccessReviewSpec spec = 2;boolean hasStatus()
Status is filled in by the server and indicates whether the request is allowed or not +optional
optional .k8s.io.api.authorization.v1beta1.SubjectAccessReviewStatus status = 3;V1beta1Authorization.SubjectAccessReviewStatus getStatus()
Status is filled in by the server and indicates whether the request is allowed or not +optional
optional .k8s.io.api.authorization.v1beta1.SubjectAccessReviewStatus status = 3;V1beta1Authorization.SubjectAccessReviewStatusOrBuilder getStatusOrBuilder()
Status is filled in by the server and indicates whether the request is allowed or not +optional
optional .k8s.io.api.authorization.v1beta1.SubjectAccessReviewStatus status = 3;Copyright © 2023. All rights reserved.