Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
WatchEventFluent.SELinuxStrategyOptionsObjectNested<A> |
WatchEventFluent.withNewSELinuxStrategyOptionsObjectLike(SELinuxStrategyOptions item) |
WatchEventFluent.SELinuxStrategyOptionsObjectNested<A> |
WatchEventFluentImpl.withNewSELinuxStrategyOptionsObjectLike(SELinuxStrategyOptions item) |
A |
WatchEventFluent.withSELinuxStrategyOptionsObject(SELinuxStrategyOptions sELinuxStrategyOptionsObject) |
A |
WatchEventFluentImpl.withSELinuxStrategyOptionsObject(SELinuxStrategyOptions sELinuxStrategyOptionsObject) |
Modifier and Type | Method and Description |
---|---|
SELinuxStrategyOptions |
SELinuxStrategyOptionsBuilder.build() |
SELinuxStrategyOptions |
PodSecurityPolicySpecFluent.buildSeLinux() |
SELinuxStrategyOptions |
PodSecurityPolicySpecFluentImpl.buildSeLinux() |
SELinuxStrategyOptions |
DoneableSELinuxStrategyOptions.done() |
SELinuxStrategyOptions |
PodSecurityPolicySpecFluent.getSeLinux()
Deprecated.
|
SELinuxStrategyOptions |
PodSecurityPolicySpecFluentImpl.getSeLinux()
Deprecated.
|
SELinuxStrategyOptions |
PodSecurityPolicySpec.getSeLinux() |
Modifier and Type | Method and Description |
---|---|
PodSecurityPolicySpecFluent.SeLinuxNested<A> |
PodSecurityPolicySpecFluent.editOrNewSeLinuxLike(SELinuxStrategyOptions item) |
PodSecurityPolicySpecFluent.SeLinuxNested<A> |
PodSecurityPolicySpecFluentImpl.editOrNewSeLinuxLike(SELinuxStrategyOptions item) |
void |
PodSecurityPolicySpec.setSeLinux(SELinuxStrategyOptions seLinux) |
PodSecurityPolicySpecFluent.SeLinuxNested<A> |
PodSecurityPolicySpecFluent.withNewSeLinuxLike(SELinuxStrategyOptions item) |
PodSecurityPolicySpecFluent.SeLinuxNested<A> |
PodSecurityPolicySpecFluentImpl.withNewSeLinuxLike(SELinuxStrategyOptions item) |
A |
PodSecurityPolicySpecFluent.withSeLinux(SELinuxStrategyOptions seLinux) |
A |
PodSecurityPolicySpecFluentImpl.withSeLinux(SELinuxStrategyOptions seLinux) |
Constructor and Description |
---|
DoneableSELinuxStrategyOptions(SELinuxStrategyOptions item) |
DoneableSELinuxStrategyOptions(SELinuxStrategyOptions item,
Function<SELinuxStrategyOptions,SELinuxStrategyOptions> function) |
PodSecurityPolicySpec(java.lang.Boolean allowPrivilegeEscalation,
java.util.List<AllowedCSIDriver> allowedCSIDrivers,
java.util.List<java.lang.String> allowedCapabilities,
java.util.List<AllowedFlexVolume> allowedFlexVolumes,
java.util.List<AllowedHostPath> allowedHostPaths,
java.util.List<java.lang.String> allowedProcMountTypes,
java.util.List<java.lang.String> allowedUnsafeSysctls,
java.util.List<java.lang.String> defaultAddCapabilities,
java.lang.Boolean defaultAllowPrivilegeEscalation,
java.util.List<java.lang.String> forbiddenSysctls,
FSGroupStrategyOptions fsGroup,
java.lang.Boolean hostIPC,
java.lang.Boolean hostNetwork,
java.lang.Boolean hostPID,
java.util.List<HostPortRange> hostPorts,
java.lang.Boolean privileged,
java.lang.Boolean readOnlyRootFilesystem,
java.util.List<java.lang.String> requiredDropCapabilities,
RunAsGroupStrategyOptions runAsGroup,
KubernetesRunAsUserStrategyOptions runAsUser,
SELinuxStrategyOptions seLinux,
SupplementalGroupsStrategyOptions supplementalGroups,
java.util.List<java.lang.String> volumes) |
SELinuxStrategyOptionsBuilder(SELinuxStrategyOptions instance) |
SELinuxStrategyOptionsBuilder(SELinuxStrategyOptions instance,
java.lang.Boolean validationEnabled) |
SELinuxStrategyOptionsBuilder(SELinuxStrategyOptionsFluent<?> fluent,
SELinuxStrategyOptions instance) |
SELinuxStrategyOptionsBuilder(SELinuxStrategyOptionsFluent<?> fluent,
SELinuxStrategyOptions instance,
java.lang.Boolean validationEnabled) |
SELinuxStrategyOptionsBuilder(SELinuxStrategyOptionsFluent<?> fluent,
SELinuxStrategyOptions instance,
javax.validation.Validator validator) |
SELinuxStrategyOptionsBuilder(SELinuxStrategyOptions instance,
javax.validation.Validator validator) |
SELinuxStrategyOptionsFluentImpl(SELinuxStrategyOptions instance) |
Constructor and Description |
---|
DoneableSELinuxStrategyOptions(Function<SELinuxStrategyOptions,SELinuxStrategyOptions> function) |
DoneableSELinuxStrategyOptions(Function<SELinuxStrategyOptions,SELinuxStrategyOptions> function) |
DoneableSELinuxStrategyOptions(SELinuxStrategyOptions item,
Function<SELinuxStrategyOptions,SELinuxStrategyOptions> function) |
DoneableSELinuxStrategyOptions(SELinuxStrategyOptions item,
Function<SELinuxStrategyOptions,SELinuxStrategyOptions> function) |
Copyright © 2015-2019 Red Hat. All Rights Reserved.