BaseKubernetesObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the base class for Kubernetes objects, providing common properties shared across Kubernetes resources.
[YamlDotNet.Serialization.YamlSerializable]
public abstract class BaseKubernetesObject
[<YamlDotNet.Serialization.YamlSerializable>]
type BaseKubernetesObject = class
Public MustInherit Class BaseKubernetesObject
- Inheritance
-
BaseKubernetesObject
- Derived
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Constructors
BaseKubernetesObject(String, String) |
Represents the base class for Kubernetes objects, providing common properties shared across Kubernetes resources. |
Properties
ApiVersion |
Gets or sets the API version for the Kubernetes resource. |
Kind |
Gets or sets the kind of the Kubernetes resource. |