public static class KubernetesDeployerProperties.PodSecurityContext extends Object
| Constructor and Description |
|---|
PodSecurityContext() |
public void setRunAsUser(Long runAsUser)
public Long getRunAsUser()
public Long getRunAsGroup()
public void setRunAsGroup(Long runAsGroup)
public Boolean getRunAsNonRoot()
public void setRunAsNonRoot(Boolean runAsNonRoot)
public void setFsGroup(Long fsGroup)
public Long getFsGroup()
public String getFsGroupChangePolicy()
public void setFsGroupChangePolicy(String fsGroupChangePolicy)
public void setSupplementalGroups(Long[] supplementalGroups)
public Long[] getSupplementalGroups()
public KubernetesDeployerProperties.SeccompProfile getSeccompProfile()
public void setSeccompProfile(KubernetesDeployerProperties.SeccompProfile seccompProfile)
public KubernetesDeployerProperties.SELinuxOptions getSeLinuxOptions()
public void setSeLinuxOptions(KubernetesDeployerProperties.SELinuxOptions seLinuxOptions)
public List<KubernetesDeployerProperties.SysctlInfo> getSysctls()
public void setSysctls(List<KubernetesDeployerProperties.SysctlInfo> sysctls)
public KubernetesDeployerProperties.WindowsSecurityContextOptions getWindowsOptions()
public void setWindowsOptions(KubernetesDeployerProperties.WindowsSecurityContextOptions windowsOptions)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.