Package io.kubernetes.client.proto
Interface V1Authorization.SelfSubjectRulesReviewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Authorization.SelfSubjectRulesReview
,V1Authorization.SelfSubjectRulesReview.Builder
- Enclosing class:
- V1Authorization
public static interface V1Authorization.SelfSubjectRulesReviewOrBuilder
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 the set of actions a user can perform.Status is filled in by the server and indicates the set of actions a user can perform.boolean
Standard list metadata.boolean
hasSpec()
Spec holds information about the request being evaluated.boolean
Status is filled in by the server and indicates the set of actions a user can perform.Methods 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.
optional .k8s.io.api.authorization.v1.SelfSubjectRulesReviewSpec spec = 2;
-
getSpec
Spec holds information about the request being evaluated.
optional .k8s.io.api.authorization.v1.SelfSubjectRulesReviewSpec spec = 2;
-
getSpecOrBuilder
V1Authorization.SelfSubjectRulesReviewSpecOrBuilder getSpecOrBuilder()Spec holds information about the request being evaluated.
optional .k8s.io.api.authorization.v1.SelfSubjectRulesReviewSpec spec = 2;
-
hasStatus
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.v1.SubjectRulesReviewStatus status = 3;
-
getStatus
V1Authorization.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.v1.SubjectRulesReviewStatus status = 3;
-
getStatusOrBuilder
V1Authorization.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.v1.SubjectRulesReviewStatus status = 3;
-