public interface V1PodSecurityContextFluent<A extends V1PodSecurityContextFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1PodSecurityContextFluent.SeccompProfileNested<N> |
static interface |
V1PodSecurityContextFluent.SeLinuxOptionsNested<N> |
static interface |
V1PodSecurityContextFluent.SysctlsNested<N> |
static interface |
V1PodSecurityContextFluent.WindowsOptionsNested<N> |
Long getFsGroup()
Boolean hasFsGroup()
String getFsGroupChangePolicy()
Boolean hasFsGroupChangePolicy()
@Deprecated A withNewFsGroupChangePolicy(String original)
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()
V1PodSecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptions()
V1PodSecurityContextFluent.SeLinuxOptionsNested<A> withNewSeLinuxOptionsLike(io.kubernetes.client.openapi.models.V1SELinuxOptions item)
V1PodSecurityContextFluent.SeLinuxOptionsNested<A> editSeLinuxOptions()
V1PodSecurityContextFluent.SeLinuxOptionsNested<A> editOrNewSeLinuxOptions()
V1PodSecurityContextFluent.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()
V1PodSecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfile()
V1PodSecurityContextFluent.SeccompProfileNested<A> withNewSeccompProfileLike(io.kubernetes.client.openapi.models.V1SeccompProfile item)
V1PodSecurityContextFluent.SeccompProfileNested<A> editSeccompProfile()
V1PodSecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfile()
V1PodSecurityContextFluent.SeccompProfileNested<A> editOrNewSeccompProfileLike(io.kubernetes.client.openapi.models.V1SeccompProfile item)
A addAllToSupplementalGroups(Collection<Long> items)
A removeAllFromSupplementalGroups(Collection<Long> items)
Long getSupplementalGroup(int index)
Long getFirstSupplementalGroup()
Long getLastSupplementalGroup()
Boolean hasSupplementalGroups()
A addToSysctls(int index, io.kubernetes.client.openapi.models.V1Sysctl item)
A setToSysctls(int index, io.kubernetes.client.openapi.models.V1Sysctl item)
A addToSysctls(io.kubernetes.client.openapi.models.V1Sysctl... items)
A addAllToSysctls(Collection<io.kubernetes.client.openapi.models.V1Sysctl> items)
A removeFromSysctls(io.kubernetes.client.openapi.models.V1Sysctl... items)
A removeAllFromSysctls(Collection<io.kubernetes.client.openapi.models.V1Sysctl> items)
A removeMatchingFromSysctls(Predicate<V1SysctlBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1Sysctl> getSysctls()
List<io.kubernetes.client.openapi.models.V1Sysctl> buildSysctls()
io.kubernetes.client.openapi.models.V1Sysctl buildSysctl(int index)
io.kubernetes.client.openapi.models.V1Sysctl buildFirstSysctl()
io.kubernetes.client.openapi.models.V1Sysctl buildLastSysctl()
io.kubernetes.client.openapi.models.V1Sysctl buildMatchingSysctl(Predicate<V1SysctlBuilder> predicate)
Boolean hasMatchingSysctl(Predicate<V1SysctlBuilder> predicate)
A withSysctls(io.kubernetes.client.openapi.models.V1Sysctl... sysctls)
Boolean hasSysctls()
V1PodSecurityContextFluent.SysctlsNested<A> addNewSysctl()
V1PodSecurityContextFluent.SysctlsNested<A> addNewSysctlLike(io.kubernetes.client.openapi.models.V1Sysctl item)
V1PodSecurityContextFluent.SysctlsNested<A> setNewSysctlLike(int index, io.kubernetes.client.openapi.models.V1Sysctl item)
V1PodSecurityContextFluent.SysctlsNested<A> editSysctl(int index)
V1PodSecurityContextFluent.SysctlsNested<A> editFirstSysctl()
V1PodSecurityContextFluent.SysctlsNested<A> editLastSysctl()
V1PodSecurityContextFluent.SysctlsNested<A> editMatchingSysctl(Predicate<V1SysctlBuilder> predicate)
@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()
V1PodSecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptions()
V1PodSecurityContextFluent.WindowsOptionsNested<A> withNewWindowsOptionsLike(io.kubernetes.client.openapi.models.V1WindowsSecurityContextOptions item)
V1PodSecurityContextFluent.WindowsOptionsNested<A> editWindowsOptions()
V1PodSecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptions()
V1PodSecurityContextFluent.WindowsOptionsNested<A> editOrNewWindowsOptionsLike(io.kubernetes.client.openapi.models.V1WindowsSecurityContextOptions item)
Copyright © 2021. All rights reserved.