Class KubePod.Builder

  • All Implemented Interfaces:
    software.amazon.jsii.Builder<KubePod>
    Enclosing class:
    KubePod

    @Stability(Stable)
    public static final class KubePod.Builder
    extends Object
    implements software.amazon.jsii.Builder<KubePod>
    A fluent builder for KubePod.
    • Method Detail

      • create

        @Stability(Stable)
        public static KubePod.Builder create​(software.constructs.Construct scope,
                                             String id)
        Parameters:
        scope - the scope in which to define this object. This parameter is required.
        id - a scope-local name for the object. This parameter is required.
        Returns:
        a new instance of KubePod.Builder.
      • metadata

        @Stability(Stable)
        public KubePod.Builder metadata​(ObjectMeta metadata)
        Standard object's metadata.

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

        Parameters:
        metadata - Standard object's metadata. This parameter is required.
        Returns:
        this
      • spec

        @Stability(Stable)
        public KubePod.Builder spec​(PodSpec spec)
        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

        Parameters:
        spec - Specification of the desired behavior of the pod. This parameter is required.
        Returns:
        this
      • build

        @Stability(Stable)
        public KubePod build()
        Specified by:
        build in interface software.amazon.jsii.Builder<KubePod>