public class SELinuxStrategyOptionsFluentImpl<A extends SELinuxStrategyOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SELinuxStrategyOptionsFluent<A>
| Constructor and Description |
|---|
SELinuxStrategyOptionsFluentImpl() |
SELinuxStrategyOptionsFluentImpl(SELinuxStrategyOptions instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getRule() |
io.fabric8.kubernetes.api.model.SELinuxOptions |
getSeLinuxOptions() |
int |
hashCode() |
Boolean |
hasRule() |
Boolean |
hasSeLinuxOptions() |
A |
withNewRule(String arg0)
Deprecated.
|
A |
withNewSeLinuxOptions(String level,
String role,
String type,
String user) |
A |
withRule(String rule) |
A |
withSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions) |
public SELinuxStrategyOptionsFluentImpl()
public SELinuxStrategyOptionsFluentImpl(SELinuxStrategyOptions instance)
public String getRule()
getRule in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public A withRule(String rule)
withRule in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public Boolean hasRule()
hasRule in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>@Deprecated public A withNewRule(String arg0)
withNewRule in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public io.fabric8.kubernetes.api.model.SELinuxOptions getSeLinuxOptions()
getSeLinuxOptions in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public A withSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions)
withSeLinuxOptions in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public Boolean hasSeLinuxOptions()
hasSeLinuxOptions in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public A withNewSeLinuxOptions(String level, String role, String type, String user)
withNewSeLinuxOptions in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.