public interface SELinuxStrategyOptionsFluent<A extends SELinuxStrategyOptionsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getRule() |
io.fabric8.kubernetes.api.model.SELinuxOptions |
getSeLinuxOptions() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasRule() |
Boolean |
hasSeLinuxOptions() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<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) |
String getRule()
Boolean hasRule()
io.fabric8.kubernetes.api.model.SELinuxOptions getSeLinuxOptions()
A withSeLinuxOptions(io.fabric8.kubernetes.api.model.SELinuxOptions seLinuxOptions)
Boolean hasSeLinuxOptions()
Boolean hasAdditionalProperties()
Copyright © 2015–2023 Red Hat. All rights reserved.