Skip to content
DocsTry Aspire
DocsTry

LocalObjectReferenceV1

Classsealednet8.0
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
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.