# Functions
CleanUpGenericMap is a helper to "cleanup" generic yaml parsing where nested maps are unmarshalled with type map[interface{}]interface{}.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind schemeSchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}.
# Structs
+kubebuilder:object:root=true +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object +kubebuilder:subresource:status Chart is the Schema for the charts API.
+kubebuilder:object:root=true +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object ChartList contains a list of Chart.
ChartSpec defines the desired state of Chart.
ChartStatus defines the observed state of Chart.