Versions in this module Expand all Collapse all v0 v0.1.0 Mar 3, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type Git struct + CheckOut *string + Cred *apiv1.ObjectReference + Ref string + func (in *Git) DeepCopy() *Git + func (in *Git) DeepCopyInto(out *Git) + type Module struct + Spec ModuleSpec + Status ModuleStatus + func (in *Module) DeepCopy() *Module + func (in *Module) DeepCopyInto(out *Module) + func (in *Module) DeepCopyObject() runtime.Object + type ModuleDefinition struct + Spec ModuleDefinitionSpec + Status ModuleDefinitionStatus + func (in *ModuleDefinition) DeepCopy() *ModuleDefinition + func (in *ModuleDefinition) DeepCopyInto(out *ModuleDefinition) + func (in *ModuleDefinition) DeepCopyObject() runtime.Object + type ModuleDefinitionList struct + Items []ModuleDefinition + func (in *ModuleDefinitionList) DeepCopy() *ModuleDefinitionList + func (in *ModuleDefinitionList) DeepCopyInto(out *ModuleDefinitionList) + func (in *ModuleDefinitionList) DeepCopyObject() runtime.Object + type ModuleDefinitionSpec struct + ModuleRef ModuleRef + Provider Provider + Schema v1.JSONSchemaProps + func (in *ModuleDefinitionSpec) DeepCopy() *ModuleDefinitionSpec + func (in *ModuleDefinitionSpec) DeepCopyInto(out *ModuleDefinitionSpec) + type ModuleDefinitionStatus struct + func (in *ModuleDefinitionStatus) DeepCopy() *ModuleDefinitionStatus + func (in *ModuleDefinitionStatus) DeepCopyInto(out *ModuleDefinitionStatus) + type ModuleList struct + Items []Module + func (in *ModuleList) DeepCopy() *ModuleList + func (in *ModuleList) DeepCopyInto(out *ModuleList) + func (in *ModuleList) DeepCopyObject() runtime.Object + type ModuleRef struct + Git Git + func (in *ModuleRef) DeepCopy() *ModuleRef + func (in *ModuleRef) DeepCopyInto(out *ModuleRef) + type ModuleResource struct + Input *runtime.RawExtension + Output *runtime.RawExtension + func (in *ModuleResource) DeepCopy() *ModuleResource + func (in *ModuleResource) DeepCopyInto(out *ModuleResource) + type ModuleSpec struct + ModuleDef string + ProviderRef *core.LocalObjectReference + Resource *ModuleResource + State string + func (in *ModuleSpec) DeepCopy() *ModuleSpec + func (in *ModuleSpec) DeepCopyInto(out *ModuleSpec) + type ModuleStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *ModuleStatus) DeepCopy() *ModuleStatus + func (in *ModuleStatus) DeepCopyInto(out *ModuleStatus) + type Provider struct + Name string + Source string + func (in *Provider) DeepCopy() *Provider + func (in *Provider) DeepCopyInto(out *Provider)