public static interface V1alpha1Rbac.RoleBindingOrBuilder
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.
|
V1alpha1Rbac.RoleRef |
getRoleRef()
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace.
|
V1alpha1Rbac.RoleRefOrBuilder |
getRoleRefOrBuilder()
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace.
|
V1alpha1Rbac.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<V1alpha1Rbac.Subject> |
getSubjectsList()
Subjects holds references to the objects the role applies to.
|
V1alpha1Rbac.SubjectOrBuilder |
getSubjectsOrBuilder(int index)
Subjects holds references to the objects the role applies to.
|
List<? extends V1alpha1Rbac.SubjectOrBuilder> |
getSubjectsOrBuilderList()
Subjects holds references to the objects the role applies to.
|
boolean |
hasMetadata()
Standard object's metadata.
|
boolean |
hasRoleRef()
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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<V1alpha1Rbac.Subject> getSubjectsList()
Subjects holds references to the objects the role applies to.
repeated .k8s.io.api.rbac.v1alpha1.Subject subjects = 2;V1alpha1Rbac.Subject getSubjects(int index)
Subjects holds references to the objects the role applies to.
repeated .k8s.io.api.rbac.v1alpha1.Subject subjects = 2;int getSubjectsCount()
Subjects holds references to the objects the role applies to.
repeated .k8s.io.api.rbac.v1alpha1.Subject subjects = 2;List<? extends V1alpha1Rbac.SubjectOrBuilder> getSubjectsOrBuilderList()
Subjects holds references to the objects the role applies to.
repeated .k8s.io.api.rbac.v1alpha1.Subject subjects = 2;V1alpha1Rbac.SubjectOrBuilder getSubjectsOrBuilder(int index)
Subjects holds references to the objects the role applies to.
repeated .k8s.io.api.rbac.v1alpha1.Subject subjects = 2;boolean hasRoleRef()
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
optional .k8s.io.api.rbac.v1alpha1.RoleRef roleRef = 3;V1alpha1Rbac.RoleRef getRoleRef()
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
optional .k8s.io.api.rbac.v1alpha1.RoleRef roleRef = 3;V1alpha1Rbac.RoleRefOrBuilder getRoleRefOrBuilder()
RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.
optional .k8s.io.api.rbac.v1alpha1.RoleRef roleRef = 3;Copyright © 2018. All rights reserved.