| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1Rbac.PolicyRule> |
V1Rbac.PolicyRule.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1Rbac.PolicyRule |
V1Rbac.PolicyRule.Builder.build() |
V1Rbac.PolicyRule |
V1Rbac.PolicyRule.Builder.buildPartial() |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.getDefaultInstance() |
V1Rbac.PolicyRule |
V1Rbac.PolicyRule.getDefaultInstanceForType() |
V1Rbac.PolicyRule |
V1Rbac.PolicyRule.Builder.getDefaultInstanceForType() |
V1Rbac.PolicyRule |
V1Rbac.ClusterRoleOrBuilder.getRules(int index)
Rules holds all the PolicyRules for this ClusterRole
+optional
|
V1Rbac.PolicyRule |
V1Rbac.ClusterRole.getRules(int index)
Rules holds all the PolicyRules for this ClusterRole
+optional
|
V1Rbac.PolicyRule |
V1Rbac.ClusterRole.Builder.getRules(int index)
Rules holds all the PolicyRules for this ClusterRole
+optional
|
V1Rbac.PolicyRule |
V1Rbac.RoleOrBuilder.getRules(int index)
Rules holds all the PolicyRules for this Role
+optional
|
V1Rbac.PolicyRule |
V1Rbac.Role.getRules(int index)
Rules holds all the PolicyRules for this Role
+optional
|
V1Rbac.PolicyRule |
V1Rbac.Role.Builder.getRules(int index)
Rules holds all the PolicyRules for this Role
+optional
|
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseDelimitedFrom(InputStream input) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(byte[] data) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(ByteBuffer data) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(com.google.protobuf.ByteString data) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(InputStream input) |
static V1Rbac.PolicyRule |
V1Rbac.PolicyRule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1Rbac.PolicyRule> |
V1Rbac.PolicyRule.getParserForType() |
List<V1Rbac.PolicyRule> |
V1Rbac.ClusterRoleOrBuilder.getRulesList()
Rules holds all the PolicyRules for this ClusterRole
+optional
|
List<V1Rbac.PolicyRule> |
V1Rbac.ClusterRole.getRulesList()
Rules holds all the PolicyRules for this ClusterRole
+optional
|
List<V1Rbac.PolicyRule> |
V1Rbac.ClusterRole.Builder.getRulesList()
Rules holds all the PolicyRules for this ClusterRole
+optional
|
List<V1Rbac.PolicyRule> |
V1Rbac.RoleOrBuilder.getRulesList()
Rules holds all the PolicyRules for this Role
+optional
|
List<V1Rbac.PolicyRule> |
V1Rbac.Role.getRulesList()
Rules holds all the PolicyRules for this Role
+optional
|
List<V1Rbac.PolicyRule> |
V1Rbac.Role.Builder.getRulesList()
Rules holds all the PolicyRules for this Role
+optional
|
static com.google.protobuf.Parser<V1Rbac.PolicyRule> |
V1Rbac.PolicyRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1Rbac.ClusterRole.Builder |
V1Rbac.ClusterRole.Builder.addRules(int index,
V1Rbac.PolicyRule value)
Rules holds all the PolicyRules for this ClusterRole
+optional
|
V1Rbac.Role.Builder |
V1Rbac.Role.Builder.addRules(int index,
V1Rbac.PolicyRule value)
Rules holds all the PolicyRules for this Role
+optional
|
V1Rbac.ClusterRole.Builder |
V1Rbac.ClusterRole.Builder.addRules(V1Rbac.PolicyRule value)
Rules holds all the PolicyRules for this ClusterRole
+optional
|
V1Rbac.Role.Builder |
V1Rbac.Role.Builder.addRules(V1Rbac.PolicyRule value)
Rules holds all the PolicyRules for this Role
+optional
|
V1Rbac.PolicyRule.Builder |
V1Rbac.PolicyRule.Builder.mergeFrom(V1Rbac.PolicyRule other) |
static V1Rbac.PolicyRule.Builder |
V1Rbac.PolicyRule.newBuilder(V1Rbac.PolicyRule prototype) |
V1Rbac.ClusterRole.Builder |
V1Rbac.ClusterRole.Builder.setRules(int index,
V1Rbac.PolicyRule value)
Rules holds all the PolicyRules for this ClusterRole
+optional
|
V1Rbac.Role.Builder |
V1Rbac.Role.Builder.setRules(int index,
V1Rbac.PolicyRule value)
Rules holds all the PolicyRules for this Role
+optional
|
| Modifier and Type | Method and Description |
|---|---|
V1Rbac.ClusterRole.Builder |
V1Rbac.ClusterRole.Builder.addAllRules(Iterable<? extends V1Rbac.PolicyRule> values)
Rules holds all the PolicyRules for this ClusterRole
+optional
|
V1Rbac.Role.Builder |
V1Rbac.Role.Builder.addAllRules(Iterable<? extends V1Rbac.PolicyRule> values)
Rules holds all the PolicyRules for this Role
+optional
|
Copyright © 2019. All rights reserved.