Versions in this module Expand all Collapse all v0 v0.1.0 Jan 12, 2023 v0.0.1 Jan 12, 2023 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var Domain_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Domain_Kind}.String() + var Domain_GroupVersionKind = CRDGroupVersion.WithKind(Domain_Kind) + var Domain_Kind = "Domain" + var Domain_KindAPIVersion = Domain_Kind + "." + CRDGroupVersion.String() + var Project_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Project_Kind}.String() + var Project_GroupVersionKind = CRDGroupVersion.WithKind(Project_Kind) + var Project_Kind = "Project" + var Project_KindAPIVersion = Project_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type BuildConfigObservation struct + func (in *BuildConfigObservation) DeepCopy() *BuildConfigObservation + func (in *BuildConfigObservation) DeepCopyInto(out *BuildConfigObservation) + type BuildConfigParameters struct + BuildCommand *string + DestinationDir *string + RootDir *string + WebAnalyticsTag *string + WebAnalyticsToken *string + func (in *BuildConfigParameters) DeepCopy() *BuildConfigParameters + func (in *BuildConfigParameters) DeepCopyInto(out *BuildConfigParameters) + type ConfigObservation struct + func (in *ConfigObservation) DeepCopy() *ConfigObservation + func (in *ConfigObservation) DeepCopyInto(out *ConfigObservation) + type ConfigParameters struct + DeploymentsEnabled *bool + Owner *string + PrCommentsEnabled *bool + PreviewBranchExcludes []*string + PreviewBranchIncludes []*string + PreviewDeploymentSetting *string + ProductionBranch *string + ProductionDeploymentEnabled *bool + RepoName *string + func (in *ConfigParameters) DeepCopy() *ConfigParameters + func (in *ConfigParameters) DeepCopyInto(out *ConfigParameters) + type DeploymentConfigsObservation struct + func (in *DeploymentConfigsObservation) DeepCopy() *DeploymentConfigsObservation + func (in *DeploymentConfigsObservation) DeepCopyInto(out *DeploymentConfigsObservation) + type DeploymentConfigsParameters struct + Preview []PreviewParameters + Production []ProductionParameters + func (in *DeploymentConfigsParameters) DeepCopy() *DeploymentConfigsParameters + func (in *DeploymentConfigsParameters) DeepCopyInto(out *DeploymentConfigsParameters) + type Domain struct + Spec DomainSpec + Status DomainStatus + func (in *Domain) DeepCopy() *Domain + func (in *Domain) DeepCopyInto(out *Domain) + func (in *Domain) DeepCopyObject() runtime.Object + func (mg *Domain) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Domain) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Domain) GetProviderConfigReference() *xpv1.Reference + func (mg *Domain) GetProviderReference() *xpv1.Reference + func (mg *Domain) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Domain) GetTerraformResourceType() string + func (mg *Domain) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Domain) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *Domain) SetConditions(c ...xpv1.Condition) + func (mg *Domain) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Domain) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Domain) SetProviderReference(r *xpv1.Reference) + func (mg *Domain) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Domain) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Domain) GetConnectionDetailsMapping() map[string]string + func (tr *Domain) GetID() string + func (tr *Domain) GetObservation() (map[string]any, error) + func (tr *Domain) GetParameters() (map[string]any, error) + func (tr *Domain) GetTerraformSchemaVersion() int + func (tr *Domain) LateInitialize(attrs []byte) (bool, error) + func (tr *Domain) SetObservation(obs map[string]any) error + func (tr *Domain) SetParameters(params map[string]any) error + type DomainList struct + Items []Domain + func (in *DomainList) DeepCopy() *DomainList + func (in *DomainList) DeepCopyInto(out *DomainList) + func (in *DomainList) DeepCopyObject() runtime.Object + func (l *DomainList) GetItems() []resource.Managed + type DomainObservation struct + ID *string + Status *string + func (in *DomainObservation) DeepCopy() *DomainObservation + func (in *DomainObservation) DeepCopyInto(out *DomainObservation) + type DomainParameters struct + AccountID *string + AccountIDRef *v1.Reference + AccountIDSelector *v1.Selector + Domain *string + ProjectName *string + ProjectNameRef *v1.Reference + ProjectNameSelector *v1.Selector + func (in *DomainParameters) DeepCopy() *DomainParameters + func (in *DomainParameters) DeepCopyInto(out *DomainParameters) + type DomainSpec struct + ForProvider DomainParameters + func (in *DomainSpec) DeepCopy() *DomainSpec + func (in *DomainSpec) DeepCopyInto(out *DomainSpec) + type DomainStatus struct + AtProvider DomainObservation + func (in *DomainStatus) DeepCopy() *DomainStatus + func (in *DomainStatus) DeepCopyInto(out *DomainStatus) + type PreviewObservation struct + func (in *PreviewObservation) DeepCopy() *PreviewObservation + func (in *PreviewObservation) DeepCopyInto(out *PreviewObservation) + type PreviewParameters struct + CompatibilityDate *string + CompatibilityFlags []*string + D1Databases map[string]*string + DurableObjectNamespaces map[string]*string + EnvironmentVariables map[string]*string + KvNamespaces map[string]*string + R2Buckets map[string]*string + func (in *PreviewParameters) DeepCopy() *PreviewParameters + func (in *PreviewParameters) DeepCopyInto(out *PreviewParameters) + type ProductionObservation struct + func (in *ProductionObservation) DeepCopy() *ProductionObservation + func (in *ProductionObservation) DeepCopyInto(out *ProductionObservation) + type ProductionParameters struct + CompatibilityDate *string + CompatibilityFlags []*string + D1Databases map[string]*string + DurableObjectNamespaces map[string]*string + EnvironmentVariables map[string]*string + KvNamespaces map[string]*string + R2Buckets map[string]*string + func (in *ProductionParameters) DeepCopy() *ProductionParameters + func (in *ProductionParameters) DeepCopyInto(out *ProductionParameters) + type Project struct + Spec ProjectSpec + Status ProjectStatus + func (in *Project) DeepCopy() *Project + func (in *Project) DeepCopyInto(out *Project) + func (in *Project) DeepCopyObject() runtime.Object + func (mg *Project) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Project) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Project) GetProviderConfigReference() *xpv1.Reference + func (mg *Project) GetProviderReference() *xpv1.Reference + func (mg *Project) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Project) GetTerraformResourceType() string + func (mg *Project) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Project) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *Project) SetConditions(c ...xpv1.Condition) + func (mg *Project) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Project) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Project) SetProviderReference(r *xpv1.Reference) + func (mg *Project) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Project) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Project) GetConnectionDetailsMapping() map[string]string + func (tr *Project) GetID() string + func (tr *Project) GetObservation() (map[string]any, error) + func (tr *Project) GetParameters() (map[string]any, error) + func (tr *Project) GetTerraformSchemaVersion() int + func (tr *Project) LateInitialize(attrs []byte) (bool, error) + func (tr *Project) SetObservation(obs map[string]any) error + func (tr *Project) SetParameters(params map[string]any) error + type ProjectList struct + Items []Project + func (in *ProjectList) DeepCopy() *ProjectList + func (in *ProjectList) DeepCopyInto(out *ProjectList) + func (in *ProjectList) DeepCopyObject() runtime.Object + func (l *ProjectList) GetItems() []resource.Managed + type ProjectObservation struct + CreatedOn *string + Domains []*string + ID *string + Subdomain *string + func (in *ProjectObservation) DeepCopy() *ProjectObservation + func (in *ProjectObservation) DeepCopyInto(out *ProjectObservation) + type ProjectParameters struct + AccountID *string + AccountIDRef *v1.Reference + AccountIDSelector *v1.Selector + BuildConfig []BuildConfigParameters + DeploymentConfigs []DeploymentConfigsParameters + Name *string + ProductionBranch *string + Source []SourceParameters + func (in *ProjectParameters) DeepCopy() *ProjectParameters + func (in *ProjectParameters) DeepCopyInto(out *ProjectParameters) + type ProjectSpec struct + ForProvider ProjectParameters + func (in *ProjectSpec) DeepCopy() *ProjectSpec + func (in *ProjectSpec) DeepCopyInto(out *ProjectSpec) + type ProjectStatus struct + AtProvider ProjectObservation + func (in *ProjectStatus) DeepCopy() *ProjectStatus + func (in *ProjectStatus) DeepCopyInto(out *ProjectStatus) + type SourceObservation struct + func (in *SourceObservation) DeepCopy() *SourceObservation + func (in *SourceObservation) DeepCopyInto(out *SourceObservation) + type SourceParameters struct + Config []ConfigParameters + Type *string + func (in *SourceParameters) DeepCopy() *SourceParameters + func (in *SourceParameters) DeepCopyInto(out *SourceParameters)