public static class KubernetesDeployerProperties.ContainerSecurityContext extends Object
| Constructor and Description |
|---|
ContainerSecurityContext() |
public Boolean getAllowPrivilegeEscalation()
public void setAllowPrivilegeEscalation(Boolean allowPrivilegeEscalation)
public KubernetesDeployerProperties.Capabilities getCapabilities()
public void setCapabilities(KubernetesDeployerProperties.Capabilities capabilities)
public Boolean getPrivileged()
public void setPrivileged(Boolean privileged)
public String getProcMount()
public void setProcMount(String procMount)
public Boolean getReadOnlyRootFilesystem()
public void setReadOnlyRootFilesystem(Boolean readOnlyRootFilesystem)
public Long getRunAsUser()
public void setRunAsUser(Long runAsUser)
public Long getRunAsGroup()
public void setRunAsGroup(Long runAsGroup)
public Boolean getRunAsNonRoot()
public void setRunAsNonRoot(Boolean runAsNonRoot)
public KubernetesDeployerProperties.SeccompProfile getSeccompProfile()
public void setSeccompProfile(KubernetesDeployerProperties.SeccompProfile seccompProfile)
public KubernetesDeployerProperties.SELinuxOptions getSeLinuxOptions()
public void setSeLinuxOptions(KubernetesDeployerProperties.SELinuxOptions seLinuxOptions)
public KubernetesDeployerProperties.WindowsSecurityContextOptions getWindowsOptions()
public void setWindowsOptions(KubernetesDeployerProperties.WindowsSecurityContextOptions windowsOptions)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.