Package org.cdk8s.plus24.k8s
Interface KubePodSecurityPolicyV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePodSecurityPolicyV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-06T02:54:45.906Z") @Stability(Stable) public interface KubePodSecurityPolicyV1Beta1Props extends software.amazon.jsii.JsiiSerializable
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.Deprecated in 1.21.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubePodSecurityPolicyV1Beta1Props.BuilderA builder forKubePodSecurityPolicyV1Beta1Propsstatic classKubePodSecurityPolicyV1Beta1Props.Jsii$ProxyAn implementation forKubePodSecurityPolicyV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubePodSecurityPolicyV1Beta1Props.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata.default PodSecurityPolicySpecV1Beta1getSpec()spec defines the policy enforced.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default PodSecurityPolicySpecV1Beta1 getSpec()
spec defines the policy enforced.
-
builder
@Stability(Stable) static KubePodSecurityPolicyV1Beta1Props.Builder builder()
-
-