Interface PodTemplateSpec

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

    @Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)",
               date="2022-09-16T03:33:04.173Z")
    @Stability(Stable)
    public interface PodTemplateSpec
    extends software.amazon.jsii.JsiiSerializable
    PodTemplateSpec describes the data a pod should have when created from a template.
    • 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 PodSpec getSpec()
        Specification of the desired behavior of the pod.

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