public class SELinuxContextStrategyOptionsFluentImpl<A extends SELinuxContextStrategyOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SELinuxContextStrategyOptionsFluent<A>
| Constructor and Description |
|---|
SELinuxContextStrategyOptionsFluentImpl() |
SELinuxContextStrategyOptionsFluentImpl(SELinuxContextStrategyOptions instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.SELinuxOptions |
getSeLinuxOptions() |
String |
getType() |
int |
hashCode() |
Boolean |
hasSeLinuxOptions() |
Boolean |
hasType() |
A |
withNewSeLinuxOptions(String level,
String role,
String type,
String user) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
A |
withSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions) |
A |
withType(String type) |
public SELinuxContextStrategyOptionsFluentImpl()
public SELinuxContextStrategyOptionsFluentImpl(SELinuxContextStrategyOptions instance)
public io.fabric8.kubernetes.api.model.SELinuxOptions getSeLinuxOptions()
getSeLinuxOptions in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>public A withSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions)
withSeLinuxOptions in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>public Boolean hasSeLinuxOptions()
hasSeLinuxOptions in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>public A withNewSeLinuxOptions(String level, String role, String type, String user)
withNewSeLinuxOptions in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>public String getType()
getType in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>public A withType(String type)
withType in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>public Boolean hasType()
hasType in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>public A withNewType(String arg1)
withNewType in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>public A withNewType(StringBuilder arg1)
withNewType in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>public A withNewType(StringBuffer arg1)
withNewType in interface SELinuxContextStrategyOptionsFluent<A extends SELinuxContextStrategyOptionsFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.