public interface V1SecurityContextFluent<A extends V1SecurityContextFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1SecurityContextFluent.CapabilitiesNested<N> |
static interface |
V1SecurityContextFluent.SeccompProfileNested<N> |
static interface |
V1SecurityContextFluent.SeLinuxOptionsNested<N> |
static interface |
V1SecurityContextFluent.WindowsOptionsNested<N> |
Boolean getAllowPrivilegeEscalation()
Boolean hasAllowPrivilegeEscalation()
@Deprecated io.kubernetes.client.openapi.models.V1Capabilities getCapabilities()
io.kubernetes.client.openapi.models.V1Capabilities buildCapabilities()
A withCapabilities(io.kubernetes.client.openapi.models.V1Capabilities capabilities)
Boolean hasCapabilities()
V1SecurityContextFluent.CapabilitiesNested<A> withNewCapabilities()
V1SecurityContextFluent.CapabilitiesNested<A> withNewCapabilitiesLike(io.kubernetes.client.openapi.models.V1Capabilities item)
V1SecurityContextFluent.CapabilitiesNested<A> editCapabilities()
V1SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilities()
V1SecurityContextFluent.CapabilitiesNested<A> editOrNewCapabilitiesLike(io.kubernetes.client.openapi.models.V1Capabilities item)
Boolean getPrivileged()
Boolean hasPrivileged()
String getProcMount()
Boolean hasProcMount()
@Deprecated A withNewProcMount(String original)
Boolean getReadOnlyRootFilesystem()
Boolean hasReadOnlyRootFilesystem()
Long getRunAsGroup()
Boolean hasRunAsGroup()
Boolean getRunAsNonRoot()
Boolean hasRunAsNonRoot()
Long getRunAsUser()
Boolean hasRunAsUser()
@Deprecated io.kubernetes.client.openapi.models.V1SELinuxOptions getSeLinuxOptions()
io.kubernetes.client.openapi.models.V1SELinuxOptions buildSeLinuxOptions()
A withSeLinuxOptions(io.kubernetes.client.openapi.models.V1SELinuxOptions seLinuxOptions)
Boolean hasSeLinuxOptions()
V1SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptions()
V1SecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptionsLike(io.kubernetes.client.openapi.models.V1SELinuxOptions item)
V1SecurityContextFluent.SeLinuxOptionsNested<A> editSeLinuxOptions()
V1SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptions()
V1SecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptionsLike(io.kubernetes.client.openapi.models.V1SELinuxOptions item)
@Deprecated io.kubernetes.client.openapi.models.V1SeccompProfile getSeccompProfile()
io.kubernetes.client.openapi.models.V1SeccompProfile buildSeccompProfile()
A withSeccompProfile(io.kubernetes.client.openapi.models.V1SeccompProfile seccompProfile)
Boolean hasSeccompProfile()
V1SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfile()
V1SecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfileLike(io.kubernetes.client.openapi.models.V1SeccompProfile item)
V1SecurityContextFluent.SeccompProfileNested<A> editSeccompProfile()
V1SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfile()
V1SecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfileLike(io.kubernetes.client.openapi.models.V1SeccompProfile item)
@Deprecated io.kubernetes.client.openapi.models.V1WindowsSecurityContextOptions getWindowsOptions()
io.kubernetes.client.openapi.models.V1WindowsSecurityContextOptions buildWindowsOptions()
A withWindowsOptions(io.kubernetes.client.openapi.models.V1WindowsSecurityContextOptions windowsOptions)
Boolean hasWindowsOptions()
V1SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptions()
V1SecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptionsLike(io.kubernetes.client.openapi.models.V1WindowsSecurityContextOptions item)
V1SecurityContextFluent.WindowsOptionsNested<A> editWindowsOptions()
V1SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptions()
V1SecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptionsLike(io.kubernetes.client.openapi.models.V1WindowsSecurityContextOptions item)
Copyright © 2021. All rights reserved.