Versions in this module Expand all Collapse all v0 v0.5.1 Apr 1, 2024 v0.5.0 Apr 1, 2024 Changes in this version + const ConditionTypeReady + const ConfigTypeConfigMap + const ConfigTypeSecret + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type ConfigExport struct + Spec ConfigExportSpec + Status ConfigExportStatus + func (in *ConfigExport) DeepCopy() *ConfigExport + func (in *ConfigExport) DeepCopyInto(out *ConfigExport) + func (in *ConfigExport) DeepCopyObject() runtime.Object + type ConfigExportEntry struct + Key string + func (in *ConfigExportEntry) DeepCopy() *ConfigExportEntry + func (in *ConfigExportEntry) DeepCopyInto(out *ConfigExportEntry) + type ConfigExportList struct + Items []ConfigExport + func (in *ConfigExportList) DeepCopy() *ConfigExportList + func (in *ConfigExportList) DeepCopyInto(out *ConfigExportList) + func (in *ConfigExportList) DeepCopyObject() runtime.Object + type ConfigExportSpec struct + ConfigMeta ConfigMeta + ConfigType string + Entries []ConfigExportEntry + func (in *ConfigExportSpec) DeepCopy() *ConfigExportSpec + func (in *ConfigExportSpec) DeepCopyInto(out *ConfigExportSpec) + func (s ConfigExportSpec) GenerateDependencyRequestSpec() corev1alpha1.DependencyRequestSpec + func (s ConfigExportSpec) ToApplicableValues(depValues corev1alpha1.DependentValues) (map[string]string, error) + type ConfigExportStatus struct + Conditions []metav1.Condition + func (in *ConfigExportStatus) DeepCopy() *ConfigExportStatus + func (in *ConfigExportStatus) DeepCopyInto(out *ConfigExportStatus) + type ConfigMeta struct + Name string + Namespace string + func (in *ConfigMeta) DeepCopy() *ConfigMeta + func (in *ConfigMeta) DeepCopyInto(out *ConfigMeta)