# Packages
+k8s:deepcopy-gen=package.
# Functions
DeleteDefinition removes the supplied CRD to the Kubernetes API server using the supplied client set.
New returns a new CRD Handle.
NewClient returns a new REST client wrapper for the supplied CRD handle.
WriteDefinition writes the supplied CRD to the Kubernetes API server using the supplied client set.
# Structs
Handle aggregates a CRD definition with additional data for client side (de)serialization.
# Interfaces
Client is used to handle CRD operations.
CustomResource is the base type of custom resource objects.
No description provided by the author