Uses of Interface
org.cdk8s.plus25.k8s.Sysctl
-
Packages that use Sysctl Package Description org.cdk8s.plus25.k8s -
-
Uses of Sysctl in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement Sysctl Modifier and Type Class Description static classSysctl.Jsii$ProxyAn implementation forSysctlMethods in org.cdk8s.plus25.k8s that return Sysctl Modifier and Type Method Description SysctlSysctl.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type Sysctl Modifier and Type Method Description default List<Sysctl>PodSecurityContext. getSysctls()Sysctls hold a list of namespaced sysctls used for the pod.List<Sysctl>PodSecurityContext.Jsii$Proxy. getSysctls()Method parameters in org.cdk8s.plus25.k8s with type arguments of type Sysctl Modifier and Type Method Description PodSecurityContext.BuilderPodSecurityContext.Builder. sysctls(List<? extends Sysctl> sysctls)Sets the value ofPodSecurityContext.getSysctls()
-