Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1Sysctl |
V1Sysctl.name(String name) |
V1Sysctl |
V1Sysctl.value(String value) |
Modifier and Type | Method and Description |
---|---|
List<V1Sysctl> |
V1PodSecurityContext.getSysctls()
Sysctls hold a list of namespaced sysctls used for the pod.
|
Modifier and Type | Method and Description |
---|---|
V1PodSecurityContext |
V1PodSecurityContext.addSysctlsItem(V1Sysctl sysctlsItem) |
Modifier and Type | Method and Description |
---|---|
void |
V1PodSecurityContext.setSysctls(List<V1Sysctl> sysctls) |
V1PodSecurityContext |
V1PodSecurityContext.sysctls(List<V1Sysctl> sysctls) |
Copyright © 2022. All rights reserved.