Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
List<V1alpha1PolicyRule> |
V1alpha1ClusterRoleFluent.buildRules() |
List<V1alpha1PolicyRule> |
V1alpha1RoleFluent.buildRules() |
List<V1alpha1PolicyRule> |
V1alpha1ClusterRoleFluentImpl.buildRules() |
List<V1alpha1PolicyRule> |
V1alpha1RoleFluentImpl.buildRules() |
List<V1alpha1PolicyRule> |
V1alpha1ClusterRoleFluent.getRules()
Deprecated.
|
List<V1alpha1PolicyRule> |
V1alpha1RoleFluent.getRules()
Deprecated.
|
List<V1alpha1PolicyRule> |
V1alpha1ClusterRoleFluentImpl.getRules()
Deprecated.
|
List<V1alpha1PolicyRule> |
V1alpha1RoleFluentImpl.getRules()
Deprecated.
|
List<V1alpha1PolicyRule> |
V1alpha1ClusterRole.getRules()
Rules holds all the PolicyRules for this ClusterRole
|
List<V1alpha1PolicyRule> |
V1alpha1Role.getRules()
Rules holds all the PolicyRules for this Role
|
Modifier and Type | Method and Description |
---|---|
V1alpha1ClusterRoleFluent.RulesNested<A> |
V1alpha1ClusterRoleFluent.addNewRuleLike(V1alpha1PolicyRule item) |
V1alpha1RoleFluent.RulesNested<A> |
V1alpha1RoleFluent.addNewRuleLike(V1alpha1PolicyRule item) |
V1alpha1ClusterRoleFluent.RulesNested<A> |
V1alpha1ClusterRoleFluentImpl.addNewRuleLike(V1alpha1PolicyRule item) |
V1alpha1RoleFluent.RulesNested<A> |
V1alpha1RoleFluentImpl.addNewRuleLike(V1alpha1PolicyRule item) |
V1alpha1ClusterRole |
V1alpha1ClusterRole.addRulesItem(V1alpha1PolicyRule rulesItem) |
V1alpha1Role |
V1alpha1Role.addRulesItem(V1alpha1PolicyRule rulesItem) |
A |
V1alpha1ClusterRoleFluent.addToRules(int index,
V1alpha1PolicyRule item) |
A |
V1alpha1RoleFluent.addToRules(int index,
V1alpha1PolicyRule item) |
A |
V1alpha1ClusterRoleFluentImpl.addToRules(int index,
V1alpha1PolicyRule item) |
A |
V1alpha1RoleFluentImpl.addToRules(int index,
V1alpha1PolicyRule item) |
A |
V1alpha1ClusterRoleFluent.addToRules(V1alpha1PolicyRule... items) |
A |
V1alpha1RoleFluent.addToRules(V1alpha1PolicyRule... items) |
A |
V1alpha1ClusterRoleFluentImpl.addToRules(V1alpha1PolicyRule... items) |
A |
V1alpha1RoleFluentImpl.addToRules(V1alpha1PolicyRule... items) |
A |
V1alpha1ClusterRoleFluent.removeFromRules(V1alpha1PolicyRule... items) |
A |
V1alpha1RoleFluent.removeFromRules(V1alpha1PolicyRule... items) |
A |
V1alpha1ClusterRoleFluentImpl.removeFromRules(V1alpha1PolicyRule... items) |
A |
V1alpha1RoleFluentImpl.removeFromRules(V1alpha1PolicyRule... items) |
V1alpha1ClusterRoleFluent.RulesNested<A> |
V1alpha1ClusterRoleFluent.setNewRuleLike(int index,
V1alpha1PolicyRule item) |
V1alpha1RoleFluent.RulesNested<A> |
V1alpha1RoleFluent.setNewRuleLike(int index,
V1alpha1PolicyRule item) |
V1alpha1ClusterRoleFluent.RulesNested<A> |
V1alpha1ClusterRoleFluentImpl.setNewRuleLike(int index,
V1alpha1PolicyRule item) |
V1alpha1RoleFluent.RulesNested<A> |
V1alpha1RoleFluentImpl.setNewRuleLike(int index,
V1alpha1PolicyRule item) |
A |
V1alpha1ClusterRoleFluent.setToRules(int index,
V1alpha1PolicyRule item) |
A |
V1alpha1RoleFluent.setToRules(int index,
V1alpha1PolicyRule item) |
A |
V1alpha1ClusterRoleFluentImpl.setToRules(int index,
V1alpha1PolicyRule item) |
A |
V1alpha1RoleFluentImpl.setToRules(int index,
V1alpha1PolicyRule item) |
A |
V1alpha1ClusterRoleFluent.withRules(V1alpha1PolicyRule... rules) |
A |
V1alpha1RoleFluent.withRules(V1alpha1PolicyRule... rules) |
A |
V1alpha1ClusterRoleFluentImpl.withRules(V1alpha1PolicyRule... rules) |
A |
V1alpha1RoleFluentImpl.withRules(V1alpha1PolicyRule... rules) |
Constructor and Description |
---|
V1alpha1PolicyRuleBuilder(V1alpha1PolicyRule instance) |
V1alpha1PolicyRuleBuilder(V1alpha1PolicyRule instance,
Boolean validationEnabled) |
V1alpha1PolicyRuleBuilder(V1alpha1PolicyRuleFluent<?> fluent,
V1alpha1PolicyRule instance) |
V1alpha1PolicyRuleBuilder(V1alpha1PolicyRuleFluent<?> fluent,
V1alpha1PolicyRule instance,
Boolean validationEnabled) |
V1alpha1PolicyRuleFluentImpl(V1alpha1PolicyRule instance) |
Copyright © 2020. All rights reserved.