Class V1beta1Authorization.SelfSubjectRulesReview.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Authorization.SelfSubjectRulesReview.Builder>
io.kubernetes.client.proto.V1beta1Authorization.SelfSubjectRulesReview.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1beta1Authorization.SelfSubjectRulesReviewOrBuilder, Cloneable
Enclosing class:
V1beta1Authorization.SelfSubjectRulesReview

public static final class V1beta1Authorization.SelfSubjectRulesReview.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1beta1Authorization.SelfSubjectRulesReview.Builder> implements V1beta1Authorization.SelfSubjectRulesReviewOrBuilder
 SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace.
 The returned list of actions may be incomplete depending on the server's authorization mode,
 and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions,
 or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to
 drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns.
 SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.
 
Protobuf type k8s.io.api.authorization.v1beta1.SelfSubjectRulesReview