Interface KubePodTemplateProps

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    KubePodTemplateProps.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.88.0 (build eaabd08)",
               date="2023-09-11T06:17:58.683Z")
    @Stability(Stable)
    public interface KubePodTemplateProps
    extends software.amazon.jsii.JsiiSerializable
    PodTemplate describes a template for creating copies of a predefined pod.
    • 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

      • getTemplate

        @Stability(Stable)
        @Nullable
        default PodTemplateSpec getTemplate()
        Template defines the pods that will be created from this pod template.

        https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status