Interface V1beta1Authorization.LocalSubjectAccessReviewOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Authorization.LocalSubjectAccessReview, V1beta1Authorization.LocalSubjectAccessReview.Builder
Enclosing class:
V1beta1Authorization

public static interface V1beta1Authorization.LocalSubjectAccessReviewOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.  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;
    • 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;
    • 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;
    • 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.v1beta1.SubjectAccessReviewStatus status = 3;
    • 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;
    • 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;