Skip to content
Docs Try Aspire

CrossVersionObjectReferenceV1 Constructors

Class Constructors 1 member
Represents a reference to an object across different API versions in Kubernetes.
Represents a reference to an object across different API versions in Kubernetes.
public sealed class CrossVersionObjectReferenceV1
{
public CrossVersionObjectReferenceV1()
{
// ...
}
}
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.