public interface V1beta1SELinuxStrategyOptionsFluent<A extends V1beta1SELinuxStrategyOptionsFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<N> |
| Modifier and Type | Method and Description |
|---|---|
io.kubernetes.client.openapi.models.V1SELinuxOptions |
buildSeLinuxOptions() |
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> |
editOrNewSeLinuxOptions() |
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> |
editOrNewSeLinuxOptionsLike(io.kubernetes.client.openapi.models.V1SELinuxOptions item) |
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> |
editSeLinuxOptions() |
String |
getRule() |
io.kubernetes.client.openapi.models.V1SELinuxOptions |
getSeLinuxOptions()
Deprecated.
|
Boolean |
hasRule() |
Boolean |
hasSeLinuxOptions() |
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> |
withNewSeLinuxOptions() |
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> |
withNewSeLinuxOptionsLike(io.kubernetes.client.openapi.models.V1SELinuxOptions item) |
A |
withRule(String rule) |
A |
withSeLinuxOptions(io.kubernetes.client.openapi.models.V1SELinuxOptions seLinuxOptions) |
String getRule()
Boolean hasRule()
@Deprecated io.kubernetes.client.openapi.models.V1SELinuxOptions getSeLinuxOptions()
io.kubernetes.client.openapi.models.V1SELinuxOptions buildSeLinuxOptions()
A withSeLinuxOptions(io.kubernetes.client.openapi.models.V1SELinuxOptions seLinuxOptions)
Boolean hasSeLinuxOptions()
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptions()
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptionsLike(io.kubernetes.client.openapi.models.V1SELinuxOptions item)
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> editSeLinuxOptions()
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptions()
V1beta1SELinuxStrategyOptionsFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptionsLike(io.kubernetes.client.openapi.models.V1SELinuxOptions item)
Copyright © 2022. All rights reserved.