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 |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getRule() |
io.fabric8.kubernetes.api.model.SELinuxOptions |
getSeLinuxOptions() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasRule() |
Boolean |
hasSeLinuxOptions() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNewSeLinuxOptions(String level,
String role,
String type,
String user) |
A |
withRule(String rule) |
A |
withSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SELinuxStrategyOptionsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SELinuxStrategyOptionsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.