Skip to content
Docs Try Aspire
Docs Try

LocalObjectReferenceV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
Represents a reference to a Kubernetes object by name.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class LocalObjectReferenceV1
{
// ...
}
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.