Uses of Interface
org.cdk8s.plus25.k8s.WindowsSecurityContextOptions
-
Packages that use WindowsSecurityContextOptions Package Description org.cdk8s.plus25.k8s -
-
Uses of WindowsSecurityContextOptions in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement WindowsSecurityContextOptions Modifier and Type Class Description static classWindowsSecurityContextOptions.Jsii$ProxyAn implementation forWindowsSecurityContextOptionsMethods in org.cdk8s.plus25.k8s that return WindowsSecurityContextOptions Modifier and Type Method Description WindowsSecurityContextOptionsWindowsSecurityContextOptions.Builder. build()Builds the configured instance.default WindowsSecurityContextOptionsPodSecurityContext. getWindowsOptions()The Windows specific settings applied to all containers.WindowsSecurityContextOptionsPodSecurityContext.Jsii$Proxy. getWindowsOptions()default WindowsSecurityContextOptionsSecurityContext. getWindowsOptions()The Windows specific settings applied to all containers.WindowsSecurityContextOptionsSecurityContext.Jsii$Proxy. getWindowsOptions()Methods in org.cdk8s.plus25.k8s with parameters of type WindowsSecurityContextOptions Modifier and Type Method Description PodSecurityContext.BuilderPodSecurityContext.Builder. windowsOptions(WindowsSecurityContextOptions windowsOptions)Sets the value ofPodSecurityContext.getWindowsOptions()SecurityContext.BuilderSecurityContext.Builder. windowsOptions(WindowsSecurityContextOptions windowsOptions)Sets the value ofSecurityContext.getWindowsOptions()
-