Interface PodOs

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

    @Generated(value="jsii-pacmak/1.85.0 (build 08ee592)",
               date="2023-07-25T00:18:39.467Z")
    @Stability(Stable)
    public interface PodOs
    extends software.amazon.jsii.JsiiSerializable
    PodOS defines the OS parameters of a pod.
    • Method Detail

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Name is the name of the operating system.

        The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null