Versions in this module Expand all Collapse all v0 v0.7.0-rc.0 Oct 10, 2022 v0.6.0 Oct 10, 2022 Changes in this version + const Group + const MysqlEngine + const PostgresqlEngine + const RDSInstanceStateCreating + const RDSInstanceStateDeleting + const RDSInstanceStateRunning + const Version + var RDSInstanceGroupKind = schema.GroupKind{Group: Group, Kind: RDSInstanceKind}.String() + var RDSInstanceGroupVersionKind = SchemeGroupVersion.WithKind(RDSInstanceKind) + var RDSInstanceKind = reflect.TypeOf(RDSInstance{}).Name() + var RDSInstanceKindAPIVersion = RDSInstanceKind + "." + SchemeGroupVersion.String() + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type Endpoint struct + Address string + Port string + func (in *Endpoint) DeepCopy() *Endpoint + func (in *Endpoint) DeepCopyInto(out *Endpoint) + type RDSInstance struct + Spec RDSInstanceSpec + Status RDSInstanceStatus + func (in *RDSInstance) DeepCopy() *RDSInstance + func (in *RDSInstance) DeepCopyInto(out *RDSInstance) + func (in *RDSInstance) DeepCopyObject() runtime.Object + func (mg *RDSInstance) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *RDSInstance) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *RDSInstance) GetProviderConfigReference() *xpv1.Reference + func (mg *RDSInstance) GetProviderReference() *xpv1.Reference + func (mg *RDSInstance) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *RDSInstance) SetConditions(c ...xpv1.Condition) + func (mg *RDSInstance) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *RDSInstance) SetProviderConfigReference(r *xpv1.Reference) + func (mg *RDSInstance) SetProviderReference(r *xpv1.Reference) + func (mg *RDSInstance) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + type RDSInstanceList struct + Items []RDSInstance + func (in *RDSInstanceList) DeepCopy() *RDSInstanceList + func (in *RDSInstanceList) DeepCopyInto(out *RDSInstanceList) + func (in *RDSInstanceList) DeepCopyObject() runtime.Object + func (l *RDSInstanceList) GetItems() []resource.Managed + type RDSInstanceObservation struct + AccountReady bool + DBInstanceID string + DBInstanceStatus string + func (in *RDSInstanceObservation) DeepCopy() *RDSInstanceObservation + func (in *RDSInstanceObservation) DeepCopyInto(out *RDSInstanceObservation) + type RDSInstanceParameters struct + DBInstanceClass string + DBInstanceStorageInGB int + Engine string + EngineVersion string + MasterUsername string + SecurityIPList string + func (in *RDSInstanceParameters) DeepCopy() *RDSInstanceParameters + func (in *RDSInstanceParameters) DeepCopyInto(out *RDSInstanceParameters) + type RDSInstanceSpec struct + ForProvider RDSInstanceParameters + func (in *RDSInstanceSpec) DeepCopy() *RDSInstanceSpec + func (in *RDSInstanceSpec) DeepCopyInto(out *RDSInstanceSpec) + type RDSInstanceStatus struct + AtProvider RDSInstanceObservation + func (in *RDSInstanceStatus) DeepCopy() *RDSInstanceStatus + func (in *RDSInstanceStatus) DeepCopyInto(out *RDSInstanceStatus)