# Functions
SafeStorageVersionUpgrade determines whether the new CRD spec includes all the storage versions of the existing on-cluster CRD.
UnmarshalV1 takes in a CRD manifest and returns a v1 versioned CRD object.
UnmarshalV1 takes in a CRD manifest and returns a v1beta1 versioned CRD object.
Version takes a CRD manifest and determines whether it is v1 or v1beta1 type based on the APIVersion.
# Constants
No description provided by the author
No description provided by the author
V1Beta1 refers to the deprecated v1beta1 APIVersion of CRD objects.
V1 refers to the new v1 APIVersion of CRD objects.