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 + var AddToScheme = SchemeBuilder.AddToScheme + var CLBGroupKind = schema.GroupKind{Group: GroupVersion.Group, Kind: CLBKind}.String() + var CLBGroupVersionKind = GroupVersion.WithKind(CLBKind) + var CLBKind = reflect.TypeOf(CLB{}).Name() + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type CLB struct + Spec CLBSpec + Status CLBStatus + func (in *CLB) DeepCopy() *CLB + func (in *CLB) DeepCopyInto(out *CLB) + func (in *CLB) DeepCopyObject() runtime.Object + func (mg *CLB) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *CLB) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *CLB) GetProviderConfigReference() *xpv1.Reference + func (mg *CLB) GetProviderReference() *xpv1.Reference + func (mg *CLB) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *CLB) SetConditions(c ...xpv1.Condition) + func (mg *CLB) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *CLB) SetProviderConfigReference(r *xpv1.Reference) + func (mg *CLB) SetProviderReference(r *xpv1.Reference) + func (mg *CLB) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + type CLBList struct + Items []CLB + func (in *CLBList) DeepCopy() *CLBList + func (in *CLBList) DeepCopyInto(out *CLBList) + func (in *CLBList) DeepCopyObject() runtime.Object + func (l *CLBList) GetItems() []resource.Managed + type CLBObservation struct + Address *string + CreateTime *string + DeleteProtection *string + LoadBalancerID *string + LoadBalancerStatus *string + MasterZoneID *string + ModificationProtectionReason *string + ModificationProtectionStatus *string + NetworkType *string + ResourceGroupID *string + func (in *CLBObservation) DeepCopy() *CLBObservation + func (in *CLBObservation) DeepCopyInto(out *CLBObservation) + type CLBParameter struct + Address *string + AddressIPVersion *string + AddressType *string + AutoPay *bool + Bandwidth *int32 + ClientToken *string + DeleteProtection *string + Duration *int32 + InternetChargeType *string + LoadBalancerSpec *string + MasterZoneID *string + ModificationProtectionReason *string + ModificationProtectionStatus *string + OwnerAccount *string + OwnerID *int64 + PayType *string + PricingCycle *string + Region *string + ResourceGroupID *string + ResourceOwnerAccount *string + ResourceOwnerID *int64 + SlaveZoneID *string + VSwitchID *string + VpcID *string + func (in *CLBParameter) DeepCopy() *CLBParameter + func (in *CLBParameter) DeepCopyInto(out *CLBParameter) + type CLBSpec struct + ForProvider CLBParameter + func (in *CLBSpec) DeepCopy() *CLBSpec + func (in *CLBSpec) DeepCopyInto(out *CLBSpec) + type CLBStatus struct + AtProvider CLBObservation + func (in *CLBStatus) DeepCopy() *CLBStatus + func (in *CLBStatus) DeepCopyInto(out *CLBStatus)