Package io.kubernetes.client.proto
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 Summary
Modifier and TypeMethodDescriptionStandard object's metadata.Standard object's metadata.RoleRef can only reference a ClusterRole in the global namespace.RoleRef can only reference a ClusterRole in the global namespace.getSubjects(int index) Subjects holds references to the objects the role applies to.intSubjects holds references to the objects the role applies to.Subjects holds references to the objects the role applies to.getSubjectsOrBuilder(int index) Subjects holds references to the objects the role applies to.List<? extends V1Rbac.SubjectOrBuilder>Subjects holds references to the objects the role applies to.booleanStandard object's metadata.booleanRoleRef can only reference a ClusterRole in the global namespace.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 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
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
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;
-