Versions in this module Expand all Collapse all v0 v0.0.1 Jul 5, 2023retracted Changes in this version + var AddToScheme = schemeBuilder.AddToScheme + var GroupName = "helm.openshift.io" + var GroupVersion = schema.GroupVersion + var Install = schemeBuilder.AddToScheme + var SchemeGroupVersion = GroupVersion + func Resource(resource string) schema.GroupResource + type ConnectionConfig struct + CA configv1.ConfigMapNameReference + TLSClientConfig configv1.SecretNameReference + URL string + func (ConnectionConfig) SwaggerDoc() map[string]string + func (in *ConnectionConfig) DeepCopy() *ConnectionConfig + func (in *ConnectionConfig) DeepCopyInto(out *ConnectionConfig) + type ConnectionConfigNamespaceScoped struct + BasicAuthConfig configv1.SecretNameReference + CA configv1.ConfigMapNameReference + TLSClientConfig configv1.SecretNameReference + URL string + func (ConnectionConfigNamespaceScoped) SwaggerDoc() map[string]string + func (in *ConnectionConfigNamespaceScoped) DeepCopy() *ConnectionConfigNamespaceScoped + func (in *ConnectionConfigNamespaceScoped) DeepCopyInto(out *ConnectionConfigNamespaceScoped) + type HelmChartRepository struct + Spec HelmChartRepositorySpec + Status HelmChartRepositoryStatus + func (HelmChartRepository) SwaggerDoc() map[string]string + func (in *HelmChartRepository) DeepCopy() *HelmChartRepository + func (in *HelmChartRepository) DeepCopyInto(out *HelmChartRepository) + func (in *HelmChartRepository) DeepCopyObject() runtime.Object + type HelmChartRepositoryList struct + Items []HelmChartRepository + func (HelmChartRepositoryList) SwaggerDoc() map[string]string + func (in *HelmChartRepositoryList) DeepCopy() *HelmChartRepositoryList + func (in *HelmChartRepositoryList) DeepCopyInto(out *HelmChartRepositoryList) + func (in *HelmChartRepositoryList) DeepCopyObject() runtime.Object + type HelmChartRepositorySpec struct + ConnectionConfig ConnectionConfig + Description string + Disabled bool + DisplayName string + func (HelmChartRepositorySpec) SwaggerDoc() map[string]string + func (in *HelmChartRepositorySpec) DeepCopy() *HelmChartRepositorySpec + func (in *HelmChartRepositorySpec) DeepCopyInto(out *HelmChartRepositorySpec) + type HelmChartRepositoryStatus struct + Conditions []metav1.Condition + func (HelmChartRepositoryStatus) SwaggerDoc() map[string]string + func (in *HelmChartRepositoryStatus) DeepCopy() *HelmChartRepositoryStatus + func (in *HelmChartRepositoryStatus) DeepCopyInto(out *HelmChartRepositoryStatus) + type ProjectHelmChartRepository struct + Spec ProjectHelmChartRepositorySpec + Status HelmChartRepositoryStatus + func (ProjectHelmChartRepository) SwaggerDoc() map[string]string + func (in *ProjectHelmChartRepository) DeepCopy() *ProjectHelmChartRepository + func (in *ProjectHelmChartRepository) DeepCopyInto(out *ProjectHelmChartRepository) + func (in *ProjectHelmChartRepository) DeepCopyObject() runtime.Object + type ProjectHelmChartRepositoryList struct + Items []ProjectHelmChartRepository + func (ProjectHelmChartRepositoryList) SwaggerDoc() map[string]string + func (in *ProjectHelmChartRepositoryList) DeepCopy() *ProjectHelmChartRepositoryList + func (in *ProjectHelmChartRepositoryList) DeepCopyInto(out *ProjectHelmChartRepositoryList) + func (in *ProjectHelmChartRepositoryList) DeepCopyObject() runtime.Object + type ProjectHelmChartRepositorySpec struct + Description string + Disabled bool + DisplayName string + ProjectConnectionConfig ConnectionConfigNamespaceScoped + func (ProjectHelmChartRepositorySpec) SwaggerDoc() map[string]string + func (in *ProjectHelmChartRepositorySpec) DeepCopy() *ProjectHelmChartRepositorySpec + func (in *ProjectHelmChartRepositorySpec) DeepCopyInto(out *ProjectHelmChartRepositorySpec)