public static interface V1beta1Authorization.SelfSubjectRulesReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Meta.ObjectMeta |
getMetadata()
+optional
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
+optional
|
V1beta1Authorization.SelfSubjectRulesReviewSpec |
getSpec()
Spec holds information about the request being evaluated.
|
V1beta1Authorization.SelfSubjectRulesReviewSpecOrBuilder |
getSpecOrBuilder()
Spec holds information about the request being evaluated.
|
V1beta1Authorization.SubjectRulesReviewStatus |
getStatus()
Status is filled in by the server and indicates the set of actions a user can perform.
|
V1beta1Authorization.SubjectRulesReviewStatusOrBuilder |
getStatusOrBuilder()
Status is filled in by the server and indicates the set of actions a user can perform.
|
boolean |
hasMetadata()
+optional
|
boolean |
hasSpec()
Spec holds information about the request being evaluated.
|
boolean |
hasStatus()
Status is filled in by the server and indicates the set of actions a user can perform.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMetadata()
+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
Meta.ObjectMeta getMetadata()
+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
+optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
boolean hasSpec()
Spec holds information about the request being evaluated.
optional .k8s.io.api.authorization.v1beta1.SelfSubjectRulesReviewSpec spec = 2;
V1beta1Authorization.SelfSubjectRulesReviewSpec getSpec()
Spec holds information about the request being evaluated.
optional .k8s.io.api.authorization.v1beta1.SelfSubjectRulesReviewSpec spec = 2;
V1beta1Authorization.SelfSubjectRulesReviewSpecOrBuilder getSpecOrBuilder()
Spec holds information about the request being evaluated.
optional .k8s.io.api.authorization.v1beta1.SelfSubjectRulesReviewSpec spec = 2;
boolean hasStatus()
Status is filled in by the server and indicates the set of actions a user can perform. +optional
optional .k8s.io.api.authorization.v1beta1.SubjectRulesReviewStatus status = 3;
V1beta1Authorization.SubjectRulesReviewStatus getStatus()
Status is filled in by the server and indicates the set of actions a user can perform. +optional
optional .k8s.io.api.authorization.v1beta1.SubjectRulesReviewStatus status = 3;
V1beta1Authorization.SubjectRulesReviewStatusOrBuilder getStatusOrBuilder()
Status is filled in by the server and indicates the set of actions a user can perform. +optional
optional .k8s.io.api.authorization.v1beta1.SubjectRulesReviewStatus status = 3;
Copyright © 2021. All rights reserved.