Versions in this module Expand all Collapse all v0 v0.1.0 Nov 14, 2024 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var PostgresqlCluster_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PostgresqlCluster_Kind}.String() + var PostgresqlCluster_GroupVersionKind = CRDGroupVersion.WithKind(PostgresqlCluster_Kind) + var PostgresqlCluster_Kind = "PostgresqlCluster" + var PostgresqlCluster_KindAPIVersion = PostgresqlCluster_Kind + "." + CRDGroupVersion.String() + var PostgresqlDatabase_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PostgresqlDatabase_Kind}.String() + var PostgresqlDatabase_GroupVersionKind = CRDGroupVersion.WithKind(PostgresqlDatabase_Kind) + var PostgresqlDatabase_Kind = "PostgresqlDatabase" + var PostgresqlDatabase_KindAPIVersion = PostgresqlDatabase_Kind + "." + CRDGroupVersion.String() + var PostgresqlUser_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PostgresqlUser_Kind}.String() + var PostgresqlUser_GroupVersionKind = CRDGroupVersion.WithKind(PostgresqlUser_Kind) + var PostgresqlUser_Kind = "PostgresqlUser" + var PostgresqlUser_KindAPIVersion = PostgresqlUser_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type ConnectionPoolerInitParameters struct + Enabled *bool + PoolMode *string + func (in *ConnectionPoolerInitParameters) DeepCopy() *ConnectionPoolerInitParameters + func (in *ConnectionPoolerInitParameters) DeepCopyInto(out *ConnectionPoolerInitParameters) + type ConnectionPoolerObservation struct + Enabled *bool + PoolMode *string + func (in *ConnectionPoolerObservation) DeepCopy() *ConnectionPoolerObservation + func (in *ConnectionPoolerObservation) DeepCopyInto(out *ConnectionPoolerObservation) + type ConnectionPoolerParameters struct + Enabled *bool + PoolMode *string + func (in *ConnectionPoolerParameters) DeepCopy() *ConnectionPoolerParameters + func (in *ConnectionPoolerParameters) DeepCopyInto(out *ConnectionPoolerParameters) + type ConnectionsInitParameters struct + Cidr *string + DatacenterID *string + DatacenterIDRef *v1.Reference + DatacenterIDSelector *v1.Selector + LanID *string + LanIDRef *v1.Reference + LanIDSelector *v1.Selector + func (in *ConnectionsInitParameters) DeepCopy() *ConnectionsInitParameters + func (in *ConnectionsInitParameters) DeepCopyInto(out *ConnectionsInitParameters) + type ConnectionsObservation struct + Cidr *string + DatacenterID *string + LanID *string + func (in *ConnectionsObservation) DeepCopy() *ConnectionsObservation + func (in *ConnectionsObservation) DeepCopyInto(out *ConnectionsObservation) + type ConnectionsParameters struct + Cidr *string + DatacenterID *string + DatacenterIDRef *v1.Reference + DatacenterIDSelector *v1.Selector + LanID *string + LanIDRef *v1.Reference + LanIDSelector *v1.Selector + func (in *ConnectionsParameters) DeepCopy() *ConnectionsParameters + func (in *ConnectionsParameters) DeepCopyInto(out *ConnectionsParameters) + type CredentialsInitParameters struct + PasswordSecretRef v1.SecretKeySelector + Username *string + func (in *CredentialsInitParameters) DeepCopy() *CredentialsInitParameters + func (in *CredentialsInitParameters) DeepCopyInto(out *CredentialsInitParameters) + type CredentialsObservation struct + Username *string + func (in *CredentialsObservation) DeepCopy() *CredentialsObservation + func (in *CredentialsObservation) DeepCopyInto(out *CredentialsObservation) + type CredentialsParameters struct + PasswordSecretRef v1.SecretKeySelector + Username *string + func (in *CredentialsParameters) DeepCopy() *CredentialsParameters + func (in *CredentialsParameters) DeepCopyInto(out *CredentialsParameters) + type FromBackupInitParameters struct + BackupID *string + RecoveryTargetTime *string + func (in *FromBackupInitParameters) DeepCopy() *FromBackupInitParameters + func (in *FromBackupInitParameters) DeepCopyInto(out *FromBackupInitParameters) + type FromBackupObservation struct + BackupID *string + RecoveryTargetTime *string + func (in *FromBackupObservation) DeepCopy() *FromBackupObservation + func (in *FromBackupObservation) DeepCopyInto(out *FromBackupObservation) + type FromBackupParameters struct + BackupID *string + RecoveryTargetTime *string + func (in *FromBackupParameters) DeepCopy() *FromBackupParameters + func (in *FromBackupParameters) DeepCopyInto(out *FromBackupParameters) + type MaintenanceWindowInitParameters struct + DayOfTheWeek *string + Time *string + func (in *MaintenanceWindowInitParameters) DeepCopy() *MaintenanceWindowInitParameters + func (in *MaintenanceWindowInitParameters) DeepCopyInto(out *MaintenanceWindowInitParameters) + type MaintenanceWindowObservation struct + DayOfTheWeek *string + Time *string + func (in *MaintenanceWindowObservation) DeepCopy() *MaintenanceWindowObservation + func (in *MaintenanceWindowObservation) DeepCopyInto(out *MaintenanceWindowObservation) + type MaintenanceWindowParameters struct + DayOfTheWeek *string + Time *string + func (in *MaintenanceWindowParameters) DeepCopy() *MaintenanceWindowParameters + func (in *MaintenanceWindowParameters) DeepCopyInto(out *MaintenanceWindowParameters) + type PostgresqlCluster struct + Spec PostgresqlClusterSpec + Status PostgresqlClusterStatus + func (in *PostgresqlCluster) DeepCopy() *PostgresqlCluster + func (in *PostgresqlCluster) DeepCopyInto(out *PostgresqlCluster) + func (in *PostgresqlCluster) DeepCopyObject() runtime.Object + func (mg *PostgresqlCluster) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *PostgresqlCluster) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *PostgresqlCluster) GetManagementPolicies() xpv1.ManagementPolicies + func (mg *PostgresqlCluster) GetProviderConfigReference() *xpv1.Reference + func (mg *PostgresqlCluster) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *PostgresqlCluster) GetTerraformResourceType() string + func (mg *PostgresqlCluster) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *PostgresqlCluster) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *PostgresqlCluster) SetConditions(c ...xpv1.Condition) + func (mg *PostgresqlCluster) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *PostgresqlCluster) SetManagementPolicies(r xpv1.ManagementPolicies) + func (mg *PostgresqlCluster) SetProviderConfigReference(r *xpv1.Reference) + func (mg *PostgresqlCluster) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *PostgresqlCluster) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *PostgresqlCluster) GetConnectionDetailsMapping() map[string]string + func (tr *PostgresqlCluster) GetID() string + func (tr *PostgresqlCluster) GetInitParameters() (map[string]any, error) + func (tr *PostgresqlCluster) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error) + func (tr *PostgresqlCluster) GetObservation() (map[string]any, error) + func (tr *PostgresqlCluster) GetParameters() (map[string]any, error) + func (tr *PostgresqlCluster) GetTerraformSchemaVersion() int + func (tr *PostgresqlCluster) Hub() + func (tr *PostgresqlCluster) LateInitialize(attrs []byte) (bool, error) + func (tr *PostgresqlCluster) SetObservation(obs map[string]any) error + func (tr *PostgresqlCluster) SetParameters(params map[string]any) error + type PostgresqlClusterInitParameters struct + BackupLocation *string + ConnectionPooler *ConnectionPoolerInitParameters + Connections *ConnectionsInitParameters + Cores *float64 + Credentials []CredentialsInitParameters + DisplayName *string + FromBackup *FromBackupInitParameters + Instances *float64 + Location *string + LocationRef *v1.Reference + LocationSelector *v1.Selector + MaintenanceWindow *MaintenanceWindowInitParameters + PostgresVersion *string + RAM *float64 + StorageSize *float64 + StorageType *string + SynchronizationMode *string + func (in *PostgresqlClusterInitParameters) DeepCopy() *PostgresqlClusterInitParameters + func (in *PostgresqlClusterInitParameters) DeepCopyInto(out *PostgresqlClusterInitParameters) + type PostgresqlClusterList struct + Items []PostgresqlCluster + func (in *PostgresqlClusterList) DeepCopy() *PostgresqlClusterList + func (in *PostgresqlClusterList) DeepCopyInto(out *PostgresqlClusterList) + func (in *PostgresqlClusterList) DeepCopyObject() runtime.Object + func (l *PostgresqlClusterList) GetItems() []resource.Managed + type PostgresqlClusterObservation struct + BackupLocation *string + ConnectionPooler *ConnectionPoolerObservation + Connections *ConnectionsObservation + Cores *float64 + Credentials []CredentialsObservation + DNSName *string + DisplayName *string + FromBackup *FromBackupObservation + ID *string + Instances *float64 + Location *string + MaintenanceWindow *MaintenanceWindowObservation + PostgresVersion *string + RAM *float64 + StorageSize *float64 + StorageType *string + SynchronizationMode *string + func (in *PostgresqlClusterObservation) DeepCopy() *PostgresqlClusterObservation + func (in *PostgresqlClusterObservation) DeepCopyInto(out *PostgresqlClusterObservation) + type PostgresqlClusterParameters struct + BackupLocation *string + ConnectionPooler *ConnectionPoolerParameters + Connections *ConnectionsParameters + Cores *float64 + Credentials []CredentialsParameters + DisplayName *string + FromBackup *FromBackupParameters + Instances *float64 + Location *string + LocationRef *v1.Reference + LocationSelector *v1.Selector + MaintenanceWindow *MaintenanceWindowParameters + PostgresVersion *string + RAM *float64 + StorageSize *float64 + StorageType *string + SynchronizationMode *string + func (in *PostgresqlClusterParameters) DeepCopy() *PostgresqlClusterParameters + func (in *PostgresqlClusterParameters) DeepCopyInto(out *PostgresqlClusterParameters) + type PostgresqlClusterSpec struct + ForProvider PostgresqlClusterParameters + InitProvider PostgresqlClusterInitParameters + func (in *PostgresqlClusterSpec) DeepCopy() *PostgresqlClusterSpec + func (in *PostgresqlClusterSpec) DeepCopyInto(out *PostgresqlClusterSpec) + type PostgresqlClusterStatus struct + AtProvider PostgresqlClusterObservation + func (in *PostgresqlClusterStatus) DeepCopy() *PostgresqlClusterStatus + func (in *PostgresqlClusterStatus) DeepCopyInto(out *PostgresqlClusterStatus) + type PostgresqlDatabase struct + Spec PostgresqlDatabaseSpec + Status PostgresqlDatabaseStatus + func (in *PostgresqlDatabase) DeepCopy() *PostgresqlDatabase + func (in *PostgresqlDatabase) DeepCopyInto(out *PostgresqlDatabase) + func (in *PostgresqlDatabase) DeepCopyObject() runtime.Object + func (mg *PostgresqlDatabase) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *PostgresqlDatabase) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *PostgresqlDatabase) GetManagementPolicies() xpv1.ManagementPolicies + func (mg *PostgresqlDatabase) GetProviderConfigReference() *xpv1.Reference + func (mg *PostgresqlDatabase) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *PostgresqlDatabase) GetTerraformResourceType() string + func (mg *PostgresqlDatabase) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *PostgresqlDatabase) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *PostgresqlDatabase) SetConditions(c ...xpv1.Condition) + func (mg *PostgresqlDatabase) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *PostgresqlDatabase) SetManagementPolicies(r xpv1.ManagementPolicies) + func (mg *PostgresqlDatabase) SetProviderConfigReference(r *xpv1.Reference) + func (mg *PostgresqlDatabase) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *PostgresqlDatabase) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *PostgresqlDatabase) GetConnectionDetailsMapping() map[string]string + func (tr *PostgresqlDatabase) GetID() string + func (tr *PostgresqlDatabase) GetInitParameters() (map[string]any, error) + func (tr *PostgresqlDatabase) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error) + func (tr *PostgresqlDatabase) GetObservation() (map[string]any, error) + func (tr *PostgresqlDatabase) GetParameters() (map[string]any, error) + func (tr *PostgresqlDatabase) GetTerraformSchemaVersion() int + func (tr *PostgresqlDatabase) Hub() + func (tr *PostgresqlDatabase) LateInitialize(attrs []byte) (bool, error) + func (tr *PostgresqlDatabase) SetObservation(obs map[string]any) error + func (tr *PostgresqlDatabase) SetParameters(params map[string]any) error + type PostgresqlDatabaseInitParameters struct + ClusterID *string + ClusterIDRef *v1.Reference + ClusterIDSelector *v1.Selector + Name *string + Owner *string + func (in *PostgresqlDatabaseInitParameters) DeepCopy() *PostgresqlDatabaseInitParameters + func (in *PostgresqlDatabaseInitParameters) DeepCopyInto(out *PostgresqlDatabaseInitParameters) + type PostgresqlDatabaseList struct + Items []PostgresqlDatabase + func (in *PostgresqlDatabaseList) DeepCopy() *PostgresqlDatabaseList + func (in *PostgresqlDatabaseList) DeepCopyInto(out *PostgresqlDatabaseList) + func (in *PostgresqlDatabaseList) DeepCopyObject() runtime.Object + func (l *PostgresqlDatabaseList) GetItems() []resource.Managed + type PostgresqlDatabaseObservation struct + ClusterID *string + ID *string + Name *string + Owner *string + func (in *PostgresqlDatabaseObservation) DeepCopy() *PostgresqlDatabaseObservation + func (in *PostgresqlDatabaseObservation) DeepCopyInto(out *PostgresqlDatabaseObservation) + type PostgresqlDatabaseParameters struct + ClusterID *string + ClusterIDRef *v1.Reference + ClusterIDSelector *v1.Selector + Name *string + Owner *string + func (in *PostgresqlDatabaseParameters) DeepCopy() *PostgresqlDatabaseParameters + func (in *PostgresqlDatabaseParameters) DeepCopyInto(out *PostgresqlDatabaseParameters) + type PostgresqlDatabaseSpec struct + ForProvider PostgresqlDatabaseParameters + InitProvider PostgresqlDatabaseInitParameters + func (in *PostgresqlDatabaseSpec) DeepCopy() *PostgresqlDatabaseSpec + func (in *PostgresqlDatabaseSpec) DeepCopyInto(out *PostgresqlDatabaseSpec) + type PostgresqlDatabaseStatus struct + AtProvider PostgresqlDatabaseObservation + func (in *PostgresqlDatabaseStatus) DeepCopy() *PostgresqlDatabaseStatus + func (in *PostgresqlDatabaseStatus) DeepCopyInto(out *PostgresqlDatabaseStatus) + type PostgresqlUser struct + Spec PostgresqlUserSpec + Status PostgresqlUserStatus + func (in *PostgresqlUser) DeepCopy() *PostgresqlUser + func (in *PostgresqlUser) DeepCopyInto(out *PostgresqlUser) + func (in *PostgresqlUser) DeepCopyObject() runtime.Object + func (mg *PostgresqlUser) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *PostgresqlUser) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *PostgresqlUser) GetManagementPolicies() xpv1.ManagementPolicies + func (mg *PostgresqlUser) GetProviderConfigReference() *xpv1.Reference + func (mg *PostgresqlUser) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *PostgresqlUser) GetTerraformResourceType() string + func (mg *PostgresqlUser) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *PostgresqlUser) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *PostgresqlUser) SetConditions(c ...xpv1.Condition) + func (mg *PostgresqlUser) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *PostgresqlUser) SetManagementPolicies(r xpv1.ManagementPolicies) + func (mg *PostgresqlUser) SetProviderConfigReference(r *xpv1.Reference) + func (mg *PostgresqlUser) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *PostgresqlUser) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *PostgresqlUser) GetConnectionDetailsMapping() map[string]string + func (tr *PostgresqlUser) GetID() string + func (tr *PostgresqlUser) GetInitParameters() (map[string]any, error) + func (tr *PostgresqlUser) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error) + func (tr *PostgresqlUser) GetObservation() (map[string]any, error) + func (tr *PostgresqlUser) GetParameters() (map[string]any, error) + func (tr *PostgresqlUser) GetTerraformSchemaVersion() int + func (tr *PostgresqlUser) Hub() + func (tr *PostgresqlUser) LateInitialize(attrs []byte) (bool, error) + func (tr *PostgresqlUser) SetObservation(obs map[string]any) error + func (tr *PostgresqlUser) SetParameters(params map[string]any) error + type PostgresqlUserInitParameters struct + ClusterID *string + ClusterIDRef *v1.Reference + ClusterIDSelector *v1.Selector + PasswordSecretRef v1.SecretKeySelector + Username *string + func (in *PostgresqlUserInitParameters) DeepCopy() *PostgresqlUserInitParameters + func (in *PostgresqlUserInitParameters) DeepCopyInto(out *PostgresqlUserInitParameters) + type PostgresqlUserList struct + Items []PostgresqlUser + func (in *PostgresqlUserList) DeepCopy() *PostgresqlUserList + func (in *PostgresqlUserList) DeepCopyInto(out *PostgresqlUserList) + func (in *PostgresqlUserList) DeepCopyObject() runtime.Object + func (l *PostgresqlUserList) GetItems() []resource.Managed + type PostgresqlUserObservation struct + ClusterID *string + ID *string + IsSystemUser *bool + Username *string + func (in *PostgresqlUserObservation) DeepCopy() *PostgresqlUserObservation + func (in *PostgresqlUserObservation) DeepCopyInto(out *PostgresqlUserObservation) + type PostgresqlUserParameters struct + ClusterID *string + ClusterIDRef *v1.Reference + ClusterIDSelector *v1.Selector + PasswordSecretRef v1.SecretKeySelector + Username *string + func (in *PostgresqlUserParameters) DeepCopy() *PostgresqlUserParameters + func (in *PostgresqlUserParameters) DeepCopyInto(out *PostgresqlUserParameters) + type PostgresqlUserSpec struct + ForProvider PostgresqlUserParameters + InitProvider PostgresqlUserInitParameters + func (in *PostgresqlUserSpec) DeepCopy() *PostgresqlUserSpec + func (in *PostgresqlUserSpec) DeepCopyInto(out *PostgresqlUserSpec) + type PostgresqlUserStatus struct + AtProvider PostgresqlUserObservation + func (in *PostgresqlUserStatus) DeepCopy() *PostgresqlUserStatus + func (in *PostgresqlUserStatus) DeepCopyInto(out *PostgresqlUserStatus)