Package io.kubernetes.client.proto
Interface V1Authorization.SelfSubjectAccessReviewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Authorization.SelfSubjectAccessReview
,V1Authorization.SelfSubjectAccessReview.Builder
- Enclosing class:
- V1Authorization
public static interface V1Authorization.SelfSubjectAccessReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard list metadata.Standard list metadata.getSpec()
Spec holds information about the request being evaluated.Spec holds information about the request being evaluated.Status is filled in by the server and indicates whether the request is allowed or not +optionalStatus is filled in by the server and indicates whether the request is allowed or not +optionalboolean
Standard list metadata.boolean
hasSpec()
Spec holds information about the request being evaluated.boolean
Status is filled in by the server and indicates whether the request is allowed or not +optionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean 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;
-
getMetadata
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;
-
getMetadataOrBuilder
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;
-
hasSpec
boolean hasSpec()Spec holds information about the request being evaluated. user and groups must be empty
optional .k8s.io.api.authorization.v1.SelfSubjectAccessReviewSpec spec = 2;
-
getSpec
Spec holds information about the request being evaluated. user and groups must be empty
optional .k8s.io.api.authorization.v1.SelfSubjectAccessReviewSpec spec = 2;
-
getSpecOrBuilder
V1Authorization.SelfSubjectAccessReviewSpecOrBuilder getSpecOrBuilder()Spec holds information about the request being evaluated. user and groups must be empty
optional .k8s.io.api.authorization.v1.SelfSubjectAccessReviewSpec spec = 2;
-
hasStatus
boolean hasStatus()Status is filled in by the server and indicates whether the request is allowed or not +optional
optional .k8s.io.api.authorization.v1.SubjectAccessReviewStatus status = 3;
-
getStatus
V1Authorization.SubjectAccessReviewStatus getStatus()Status is filled in by the server and indicates whether the request is allowed or not +optional
optional .k8s.io.api.authorization.v1.SubjectAccessReviewStatus status = 3;
-
getStatusOrBuilder
V1Authorization.SubjectAccessReviewStatusOrBuilder getStatusOrBuilder()Status is filled in by the server and indicates whether the request is allowed or not +optional
optional .k8s.io.api.authorization.v1.SubjectAccessReviewStatus status = 3;
-