Uses of Interface
org.cdk8s.plus25.Sysctl
-
Packages that use Sysctl Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of Sysctl in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement Sysctl Modifier and Type Class Description static classSysctl.Jsii$ProxyAn implementation forSysctlMethods in org.cdk8s.plus25 that return Sysctl Modifier and Type Method Description SysctlSysctl.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 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.plus25 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()
-