PodOSArgs

data class PodOSArgs(val name: Output<String>) : ConvertibleToJava<PodOSArgs>

PodOS defines the OS parameters of a pod.

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): PodOSArgs