CrossVersionObjectReferenceV1 Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a reference to an object across different API versions in Kubernetes.
public CrossVersionObjectReferenceV1();
Public Sub New ()
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.