Skip to content
DocsTry Aspire
DocsTry

LocalObjectReferenceV1

Classsealednet10.0
📦 Aspire.Hosting.Kubernetes v13.5.1-preview.1.26420.4
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.