public class StrategyDeploymentPermissionsFluentImpl<A extends StrategyDeploymentPermissionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StrategyDeploymentPermissionsFluent<A>
| Constructor and Description |
|---|
StrategyDeploymentPermissionsFluentImpl() |
StrategyDeploymentPermissionsFluentImpl(StrategyDeploymentPermissions instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToRules(Collection<io.fabric8.kubernetes.api.model.rbac.PolicyRule> items) |
A |
addToRules(int index,
io.fabric8.kubernetes.api.model.rbac.PolicyRule item) |
A |
addToRules(io.fabric8.kubernetes.api.model.rbac.PolicyRule... items) |
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.rbac.PolicyRule |
getFirstRule() |
io.fabric8.kubernetes.api.model.rbac.PolicyRule |
getLastRule() |
io.fabric8.kubernetes.api.model.rbac.PolicyRule |
getMatchingRule(Predicate<io.fabric8.kubernetes.api.model.rbac.PolicyRule> predicate) |
io.fabric8.kubernetes.api.model.rbac.PolicyRule |
getRule(int index) |
List<io.fabric8.kubernetes.api.model.rbac.PolicyRule> |
getRules() |
String |
getServiceAccountName() |
int |
hashCode() |
Boolean |
hasMatchingRule(Predicate<io.fabric8.kubernetes.api.model.rbac.PolicyRule> predicate) |
Boolean |
hasRules() |
Boolean |
hasServiceAccountName() |
A |
removeAllFromRules(Collection<io.fabric8.kubernetes.api.model.rbac.PolicyRule> items) |
A |
removeFromRules(io.fabric8.kubernetes.api.model.rbac.PolicyRule... items) |
A |
setToRules(int index,
io.fabric8.kubernetes.api.model.rbac.PolicyRule item) |
A |
withNewServiceAccountName(byte[] arg1) |
A |
withNewServiceAccountName(byte[] arg1,
int arg2) |
A |
withNewServiceAccountName(byte[] arg1,
int arg2,
int arg3) |
A |
withNewServiceAccountName(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewServiceAccountName(char[] arg1) |
A |
withNewServiceAccountName(char[] arg1,
int arg2,
int arg3) |
A |
withNewServiceAccountName(int[] arg1,
int arg2,
int arg3) |
A |
withNewServiceAccountName(String arg1) |
A |
withNewServiceAccountName(StringBuffer arg1) |
A |
withNewServiceAccountName(StringBuilder arg1) |
A |
withRules(List<io.fabric8.kubernetes.api.model.rbac.PolicyRule> rules) |
A |
withRules(io.fabric8.kubernetes.api.model.rbac.PolicyRule... rules) |
A |
withServiceAccountName(String serviceAccountName) |
public StrategyDeploymentPermissionsFluentImpl()
public StrategyDeploymentPermissionsFluentImpl(StrategyDeploymentPermissions instance)
public A addToRules(int index, io.fabric8.kubernetes.api.model.rbac.PolicyRule item)
addToRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A setToRules(int index, io.fabric8.kubernetes.api.model.rbac.PolicyRule item)
setToRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A addToRules(io.fabric8.kubernetes.api.model.rbac.PolicyRule... items)
addToRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A addAllToRules(Collection<io.fabric8.kubernetes.api.model.rbac.PolicyRule> items)
addAllToRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A removeFromRules(io.fabric8.kubernetes.api.model.rbac.PolicyRule... items)
removeFromRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A removeAllFromRules(Collection<io.fabric8.kubernetes.api.model.rbac.PolicyRule> items)
removeAllFromRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public List<io.fabric8.kubernetes.api.model.rbac.PolicyRule> getRules()
getRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public io.fabric8.kubernetes.api.model.rbac.PolicyRule getRule(int index)
getRule in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public io.fabric8.kubernetes.api.model.rbac.PolicyRule getFirstRule()
getFirstRule in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public io.fabric8.kubernetes.api.model.rbac.PolicyRule getLastRule()
getLastRule in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public io.fabric8.kubernetes.api.model.rbac.PolicyRule getMatchingRule(Predicate<io.fabric8.kubernetes.api.model.rbac.PolicyRule> predicate)
getMatchingRule in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public Boolean hasMatchingRule(Predicate<io.fabric8.kubernetes.api.model.rbac.PolicyRule> predicate)
hasMatchingRule in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withRules(List<io.fabric8.kubernetes.api.model.rbac.PolicyRule> rules)
withRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withRules(io.fabric8.kubernetes.api.model.rbac.PolicyRule... rules)
withRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public Boolean hasRules()
hasRules in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public String getServiceAccountName()
getServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withServiceAccountName(String serviceAccountName)
withServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public Boolean hasServiceAccountName()
hasServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(StringBuilder arg1)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(int[] arg1, int arg2, int arg3)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(char[] arg1)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(StringBuffer arg1)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(byte[] arg1, int arg2)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(byte[] arg1)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(char[] arg1, int arg2, int arg3)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(byte[] arg1, int arg2, int arg3)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(byte[] arg1, int arg2, int arg3, int arg4)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>public A withNewServiceAccountName(String arg1)
withNewServiceAccountName in interface StrategyDeploymentPermissionsFluent<A extends StrategyDeploymentPermissionsFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.