Versions in this module Expand all Collapse all v0 v0.0.1 Sep 10, 2021 Changes in this version + const DefaultConfigMapTemplateKey + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type ConfigMapKeySelector struct + Key string + func (in *ConfigMapKeySelector) DeepCopy() *ConfigMapKeySelector + func (in *ConfigMapKeySelector) DeepCopyInto(out *ConfigMapKeySelector) + type LocalObjectReference struct + APIVersion string + Kind string + Name string + func (in *LocalObjectReference) DeepCopy() *LocalObjectReference + func (in *LocalObjectReference) DeepCopyInto(out *LocalObjectReference) + type Template struct + Spec TemplateSpec + Status TemplateStatus + func (in *Template) DeepCopy() *Template + func (in *Template) DeepCopyInto(out *Template) + func (in *Template) DeepCopyObject() runtime.Object + type TemplateCondition struct + LastTransitionTime metav1.Time + LastUpdateTime metav1.Time + Message string + ObservedGeneration int64 + Reason string + Status corev1.ConditionStatus + Type TemplateConditionType + func (in *TemplateCondition) DeepCopy() *TemplateCondition + func (in *TemplateCondition) DeepCopyInto(out *TemplateCondition) + type TemplateConditionType string + const TemplateApplied + type TemplateData struct + ConfigMapRef *ConfigMapKeySelector + Inline string + func (in *TemplateData) DeepCopy() *TemplateData + func (in *TemplateData) DeepCopyInto(out *TemplateData) + type TemplateList struct + Items []Template + func (in *TemplateList) DeepCopy() *TemplateList + func (in *TemplateList) DeepCopyInto(out *TemplateList) + func (in *TemplateList) DeepCopyObject() runtime.Object + type TemplateSource struct + Name string + Object *LocalObjectReference + Value *apiextensionsv1.JSON + func (in *TemplateSource) DeepCopy() *TemplateSource + func (in *TemplateSource) DeepCopyInto(out *TemplateSource) + type TemplateSpec struct + CommonLabels map[string]string + Data TemplateData + GroupKinds []metav1.GroupKind + Prune bool + Selector *metav1.LabelSelector + Sources []TemplateSource + func (in *TemplateSpec) DeepCopy() *TemplateSpec + func (in *TemplateSpec) DeepCopyInto(out *TemplateSpec) + type TemplateStatus struct + Conditions []TemplateCondition + ManagedResources []LocalObjectReference + func (in *TemplateStatus) DeepCopy() *TemplateStatus + func (in *TemplateStatus) DeepCopyInto(out *TemplateStatus)