public static interface V1beta1Rbac.ClusterRoleBindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
V1beta1Rbac.RoleRef |
getRoleRef()
RoleRef can only reference a ClusterRole in the global namespace.
|
V1beta1Rbac.RoleRefOrBuilder |
getRoleRefOrBuilder()
RoleRef can only reference a ClusterRole in the global namespace.
|
V1beta1Rbac.Subject |
getSubjects(int index)
Subjects holds references to the objects the role applies to.
|
int |
getSubjectsCount()
Subjects holds references to the objects the role applies to.
|
List<V1beta1Rbac.Subject> |
getSubjectsList()
Subjects holds references to the objects the role applies to.
|
V1beta1Rbac.SubjectOrBuilder |
getSubjectsOrBuilder(int index)
Subjects holds references to the objects the role applies to.
|
List<? extends V1beta1Rbac.SubjectOrBuilder> |
getSubjectsOrBuilderList()
Subjects holds references to the objects the role applies to.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasRoleRef()
RoleRef can only reference a ClusterRole in the global namespace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMetadata()
Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
Meta.ObjectMeta getMetadata()
Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
List<V1beta1Rbac.Subject> getSubjectsList()
Subjects holds references to the objects the role applies to. +optional
repeated .k8s.io.api.rbac.v1beta1.Subject subjects = 2;
V1beta1Rbac.Subject getSubjects(int index)
Subjects holds references to the objects the role applies to. +optional
repeated .k8s.io.api.rbac.v1beta1.Subject subjects = 2;
int getSubjectsCount()
Subjects holds references to the objects the role applies to. +optional
repeated .k8s.io.api.rbac.v1beta1.Subject subjects = 2;
List<? extends V1beta1Rbac.SubjectOrBuilder> getSubjectsOrBuilderList()
Subjects holds references to the objects the role applies to. +optional
repeated .k8s.io.api.rbac.v1beta1.Subject subjects = 2;
V1beta1Rbac.SubjectOrBuilder getSubjectsOrBuilder(int index)
Subjects holds references to the objects the role applies to. +optional
repeated .k8s.io.api.rbac.v1beta1.Subject subjects = 2;
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.v1beta1.RoleRef roleRef = 3;
V1beta1Rbac.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.v1beta1.RoleRef roleRef = 3;
V1beta1Rbac.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.v1beta1.RoleRef roleRef = 3;
Copyright © 2021. All rights reserved.