Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiCoreV1Sysctl
-
-
Uses of IoK8sApiCoreV1Sysctl in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiCoreV1Sysctl Modifier and Type Method Description IoK8sApiCoreV1SysctlIoK8sApiCoreV1Sysctl. name(String name)IoK8sApiCoreV1SysctlIoK8sApiCoreV1Sysctl. value(String value)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiCoreV1Sysctl Modifier and Type Method Description List<IoK8sApiCoreV1Sysctl>IoK8sApiCoreV1PodSecurityContext. getSysctls()Sysctls hold a list of namespaced sysctls used for the pod.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiCoreV1Sysctl Modifier and Type Method Description IoK8sApiCoreV1PodSecurityContextIoK8sApiCoreV1PodSecurityContext. addSysctlsItem(IoK8sApiCoreV1Sysctl sysctlsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiCoreV1Sysctl Modifier and Type Method Description voidIoK8sApiCoreV1PodSecurityContext. setSysctls(List<IoK8sApiCoreV1Sysctl> sysctls)IoK8sApiCoreV1PodSecurityContextIoK8sApiCoreV1PodSecurityContext. sysctls(List<IoK8sApiCoreV1Sysctl> sysctls)
-