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