Interface V1Rbac.ClusterRoleBindingOrBuilder

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

public static interface V1Rbac.ClusterRoleBindingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetadata

      boolean hasMetadata()
       Standard object's metadata.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadata

      Meta.ObjectMeta getMetadata()
       Standard object's metadata.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadataOrBuilder

      Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
       Standard object's metadata.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getSubjectsList

      List<V1Rbac.Subject> getSubjectsList()
       Subjects holds references to the objects the role applies to.
       +optional
       
      repeated .k8s.io.api.rbac.v1.Subject subjects = 2;
    • getSubjects

      V1Rbac.Subject getSubjects(int index)
       Subjects holds references to the objects the role applies to.
       +optional
       
      repeated .k8s.io.api.rbac.v1.Subject subjects = 2;
    • getSubjectsCount

      int getSubjectsCount()
       Subjects holds references to the objects the role applies to.
       +optional
       
      repeated .k8s.io.api.rbac.v1.Subject subjects = 2;
    • getSubjectsOrBuilderList

      List<? extends V1Rbac.SubjectOrBuilder> getSubjectsOrBuilderList()
       Subjects holds references to the objects the role applies to.
       +optional
       
      repeated .k8s.io.api.rbac.v1.Subject subjects = 2;
    • getSubjectsOrBuilder

      V1Rbac.SubjectOrBuilder getSubjectsOrBuilder(int index)
       Subjects holds references to the objects the role applies to.
       +optional
       
      repeated .k8s.io.api.rbac.v1.Subject subjects = 2;
    • hasRoleRef

      boolean hasRoleRef()
       RoleRef can only reference a ClusterRole in the global namespace.
       If the RoleRef cannot be resolved, the Authorizer must return an error.
       
      optional .k8s.io.api.rbac.v1.RoleRef roleRef = 3;
    • getRoleRef

      V1Rbac.RoleRef getRoleRef()
       RoleRef can only reference a ClusterRole in the global namespace.
       If the RoleRef cannot be resolved, the Authorizer must return an error.
       
      optional .k8s.io.api.rbac.v1.RoleRef roleRef = 3;
    • getRoleRefOrBuilder

      V1Rbac.RoleRefOrBuilder getRoleRefOrBuilder()
       RoleRef can only reference a ClusterRole in the global namespace.
       If the RoleRef cannot be resolved, the Authorizer must return an error.
       
      optional .k8s.io.api.rbac.v1.RoleRef roleRef = 3;