LocalObjectReferenceV1
Class sealed net10.0
Represents a reference to a Kubernetes object by name.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class LocalObjectReferenceV1{ // ...}Remarks
Section titled 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.