Share via


PodOsv1 Class

Definition

Represents the operating system information for a Pod in a Kubernetes cluster.

[YamlDotNet.Serialization.YamlSerializable]
public sealed class PodOsv1
[<YamlDotNet.Serialization.YamlSerializable>]
type PodOsv1 = class
Public NotInheritable Class PodOsv1
Inheritance
PodOsv1
Attributes
YamlDotNet.Serialization.YamlSerializableAttribute

Constructors

PodOsv1()

Properties

Name

Gets or sets the name of the Pod operating system. This property represents the operating system name as defined in the pod configuration.

Applies to