Versions in this module Expand all Collapse all v1 v1.1.0 Apr 18, 2026 v1.0.0 Apr 18, 2026 Changes in this version + var AddToScheme = ... + var ApiVersion = builders.NewApiVersion("virtualcluster.devsy.sh", "v1").WithResources(virtualcluster.VirtualclusterHelmReleaseStorage) + var SchemeBuilder = ApiVersion.SchemeBuilder + var SchemeGroupVersion = ApiVersion.GroupVersion + func Convert_v1_HelmReleaseList_To_virtualcluster_HelmReleaseList(in *HelmReleaseList, out *virtualcluster.HelmReleaseList, s conversion.Scope) error + func Convert_v1_HelmReleaseSpec_To_virtualcluster_HelmReleaseSpec(in *HelmReleaseSpec, out *virtualcluster.HelmReleaseSpec, s conversion.Scope) error + func Convert_v1_HelmReleaseStatus_To_virtualcluster_HelmReleaseStatus(in *HelmReleaseStatus, out *virtualcluster.HelmReleaseStatus, ...) error + func Convert_v1_HelmRelease_To_virtualcluster_HelmRelease(in *HelmRelease, out *virtualcluster.HelmRelease, s conversion.Scope) error + func Convert_virtualcluster_HelmReleaseList_To_v1_HelmReleaseList(in *virtualcluster.HelmReleaseList, out *HelmReleaseList, s conversion.Scope) error + func Convert_virtualcluster_HelmReleaseSpec_To_v1_HelmReleaseSpec(in *virtualcluster.HelmReleaseSpec, out *HelmReleaseSpec, s conversion.Scope) error + func Convert_virtualcluster_HelmReleaseStatus_To_v1_HelmReleaseStatus(in *virtualcluster.HelmReleaseStatus, out *HelmReleaseStatus, ...) error + func Convert_virtualcluster_HelmRelease_To_v1_HelmRelease(in *virtualcluster.HelmRelease, out *HelmRelease, s conversion.Scope) error + func Kind(kind string) schema.GroupKind + func RegisterConversions(s *runtime.Scheme) error + func RegisterDefaults(scheme *runtime.Scheme) error + func Resource(resource string) schema.GroupResource + type HelmRelease struct + Spec HelmReleaseSpec + Status HelmReleaseStatus + func (in *HelmRelease) DeepCopy() *HelmRelease + func (in *HelmRelease) DeepCopyInto(out *HelmRelease) + func (in *HelmRelease) DeepCopyObject() runtime.Object + type HelmReleaseList struct + Items []HelmRelease + func (in *HelmReleaseList) DeepCopy() *HelmReleaseList + func (in *HelmReleaseList) DeepCopyInto(out *HelmReleaseList) + func (in *HelmReleaseList) DeepCopyObject() runtime.Object + type HelmReleaseSpec struct + func (in *HelmReleaseSpec) DeepCopy() *HelmReleaseSpec + func (in *HelmReleaseSpec) DeepCopyInto(out *HelmReleaseSpec) + type HelmReleaseStatus struct + func (in *HelmReleaseStatus) DeepCopy() *HelmReleaseStatus + func (in *HelmReleaseStatus) DeepCopyInto(out *HelmReleaseStatus)