CrossVersionObjectReferenceV1
Class sealed net10.0
Represents a reference to an object across different API versions in Kubernetes.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class CrossVersionObjectReferenceV1 : Aspire.Hosting.Kubernetes.Resources.BaseKubernetesResource{ // ...}Remarks
Section titled Remarks The CrossVersionObjectReferenceV1 class is used to specify a reference to a Kubernetes object, irrespective of the object's API version. It contains details such as the name of the referenced object.