Package org.cdk8s.plus25.k8s
Interface KubeCustomResourceDefinitionProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCustomResourceDefinitionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.613Z") @Stability(Stable) public interface KubeCustomResourceDefinitionProps extends software.amazon.jsii.JsiiSerializable
CustomResourceDefinition represents a resource that should be exposed on the API server.Its name MUST be in the format <.spec.name>.<.spec.group>.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeCustomResourceDefinitionProps.BuilderA builder forKubeCustomResourceDefinitionPropsstatic classKubeCustomResourceDefinitionProps.Jsii$ProxyAn implementation forKubeCustomResourceDefinitionProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeCustomResourceDefinitionProps.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.CustomResourceDefinitionSpecgetSpec()spec describes how the user wants the resources to appear.
-
-
-
Method Detail
-
getSpec
@Stability(Stable) @NotNull CustomResourceDefinitionSpec getSpec()
spec describes how the user wants the resources to appear.
-
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.
-
builder
@Stability(Stable) static KubeCustomResourceDefinitionProps.Builder builder()
-
-