Share via


LocalObjectReferenceV1 Class

Definition

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

Name Description
LocalObjectReferenceV1()

Properties

Name Description
Name

Gets or sets the name of the referenced object within the same namespace.

Applies to