Versions in this module Expand all Collapse all v0 v0.2.0 Oct 12, 2022 Changes in this version type DropletObservation + PrivateIPv4 string + PublicIPv4 string + Region string + Size string type DropletParameters + UserData *string + WithDropletAgent *bool v0.2.0-rc.0 Jan 24, 2022 v0.1.0 Jan 5, 2022 Changes in this version + const Group + const StatusActive + const StatusArchive + const StatusNew + const StatusOff + const Version + var DropletGroupKind = schema.GroupKind{Group: Group, Kind: DropletKind}.String() + var DropletGroupVersionKind = SchemeGroupVersion.WithKind(DropletKind) + var DropletKind = reflect.TypeOf(Droplet{}).Name() + var DropletKindAPIVersion = DropletKind + "." + SchemeGroupVersion.String() + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type Droplet struct + Spec DropletSpec + Status DropletStatus + func (in *Droplet) DeepCopy() *Droplet + func (in *Droplet) DeepCopyInto(out *Droplet) + func (in *Droplet) DeepCopyObject() runtime.Object + func (mg *Droplet) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Droplet) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Droplet) GetProviderConfigReference() *xpv1.Reference + func (mg *Droplet) GetProviderReference() *xpv1.Reference + func (mg *Droplet) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Droplet) SetConditions(c ...xpv1.Condition) + func (mg *Droplet) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Droplet) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Droplet) SetProviderReference(r *xpv1.Reference) + func (mg *Droplet) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + type DropletList struct + Items []Droplet + func (in *DropletList) DeepCopy() *DropletList + func (in *DropletList) DeepCopyInto(out *DropletList) + func (in *DropletList) DeepCopyObject() runtime.Object + func (l *DropletList) GetItems() []resource.Managed + type DropletObservation struct + CreationTimestamp string + ID int + Status string + func (in *DropletObservation) DeepCopy() *DropletObservation + func (in *DropletObservation) DeepCopyInto(out *DropletObservation) + type DropletParameters struct + Backups *bool + IPv6 *bool + Image string + Monitoring *bool + PrivateNetworking *bool + Region string + SSHKeys []string + Size string + Tags []string + VPCUUID *string + Volumes []string + func (in *DropletParameters) DeepCopy() *DropletParameters + func (in *DropletParameters) DeepCopyInto(out *DropletParameters) + type DropletSpec struct + ForProvider DropletParameters + func (in *DropletSpec) DeepCopy() *DropletSpec + func (in *DropletSpec) DeepCopyInto(out *DropletSpec) + type DropletStatus struct + AtProvider DropletObservation + func (in *DropletStatus) DeepCopy() *DropletStatus + func (in *DropletStatus) DeepCopyInto(out *DropletStatus)