Share via


CrossVersionObjectReferenceV2 Constructor

Definition

Represents a reference to an object across different API versions in Kubernetes.

public CrossVersionObjectReferenceV2();
Public Sub New ()

Remarks

The CrossVersionObjectReferenceV2 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.

Applies to