python/kubernetes/docs/V1PodOS.md
2022-02-14 14:12:02 -08:00

715 B

V1PodOS

PodOS defines the OS parameters of a pod.

Properties

Name Type Description Notes
name str 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

[Back to Model list] [Back to API list] [Back to README]