Class Pod

  • All Implemented Interfaces:
    IApiEndpoint, IApiResource, IResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.59.0 (build eb02c92)",
               date="2022-05-18T23:19:48.643Z")
    @Stability(Stable)
    public class Pod
    extends AbstractPod
    Pod is a collection of containers that can run on a host.

    This resource is created by clients and scheduled onto hosts.

    • Constructor Detail

      • Pod

        protected Pod​(software.amazon.jsii.JsiiObjectRef objRef)
      • Pod

        protected Pod​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • Pod

        @Stability(Stable)
        public Pod​(@NotNull
                   software.constructs.Construct scope,
                   @NotNull
                   String id,
                   @Nullable
                   PodProps props)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
        props -
      • Pod

        @Stability(Stable)
        public Pod​(@NotNull
                   software.constructs.Construct scope,
                   @NotNull
                   String id)
        Parameters:
        scope - This parameter is required.
        id - This parameter is required.
    • Method Detail

      • getApiObject

        @Stability(Stable)
        @NotNull
        protected org.cdk8s.ApiObject getApiObject()
        The underlying cdk8s API object.

        Specified by:
        getApiObject in class Resource
        See Also:
        base.Resource.apiObject