LocalObjectReferenceV1 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 a reference to a Kubernetes object by name.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class LocalObjectReferenceV1
[<YamlDotNet.Serialization.YamlSerializable>]
type LocalObjectReferenceV1 = class
Public NotInheritable Class LocalObjectReferenceV1
- Inheritance
-
LocalObjectReferenceV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
This class is used to refer to a specific Kubernetes object within the same namespace by specifying its name. It is commonly referenced in other resources to associate with configurations or secrets.
Constructors
LocalObjectReferenceV1() |
Properties
Name |
Gets or sets the name of the referenced object within the same namespace. |