Versions in this module Expand all Collapse all v0 v0.1.0 Jul 5, 2023 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var ClientGateway_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ClientGateway_Kind}.String() + var ClientGateway_GroupVersionKind = CRDGroupVersion.WithKind(ClientGateway_Kind) + var ClientGateway_Kind = "ClientGateway" + var ClientGateway_KindAPIVersion = ClientGateway_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type ClientGateway struct + Spec ClientGatewaySpec + Status ClientGatewayStatus + func (in *ClientGateway) DeepCopy() *ClientGateway + func (in *ClientGateway) DeepCopyInto(out *ClientGateway) + func (in *ClientGateway) DeepCopyObject() runtime.Object + func (mg *ClientGateway) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *ClientGateway) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *ClientGateway) GetProviderConfigReference() *xpv1.Reference + func (mg *ClientGateway) GetProviderReference() *xpv1.Reference + func (mg *ClientGateway) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *ClientGateway) GetTerraformResourceType() string + func (mg *ClientGateway) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *ClientGateway) SetConditions(c ...xpv1.Condition) + func (mg *ClientGateway) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *ClientGateway) SetProviderConfigReference(r *xpv1.Reference) + func (mg *ClientGateway) SetProviderReference(r *xpv1.Reference) + func (mg *ClientGateway) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *ClientGateway) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *ClientGateway) GetConnectionDetailsMapping() map[string]string + func (tr *ClientGateway) GetID() string + func (tr *ClientGateway) GetObservation() (map[string]any, error) + func (tr *ClientGateway) GetParameters() (map[string]any, error) + func (tr *ClientGateway) GetTerraformSchemaVersion() int + func (tr *ClientGateway) LateInitialize(attrs []byte) (bool, error) + func (tr *ClientGateway) SetObservation(obs map[string]any) error + func (tr *ClientGateway) SetParameters(params map[string]any) error + type ClientGatewayList struct + Items []ClientGateway + func (in *ClientGatewayList) DeepCopy() *ClientGatewayList + func (in *ClientGatewayList) DeepCopyInto(out *ClientGatewayList) + func (in *ClientGatewayList) DeepCopyObject() runtime.Object + func (l *ClientGatewayList) GetItems() []resource.Managed + type ClientGatewayObservation struct + ClientGatewayID *string + ID *string + RequestID *string + State *string + func (in *ClientGatewayObservation) DeepCopy() *ClientGatewayObservation + func (in *ClientGatewayObservation) DeepCopyInto(out *ClientGatewayObservation) + type ClientGatewayParameters struct + BGPAsn *float64 + ConnectionType *string + PublicIP *string + Tags []TagsParameters + func (in *ClientGatewayParameters) DeepCopy() *ClientGatewayParameters + func (in *ClientGatewayParameters) DeepCopyInto(out *ClientGatewayParameters) + type ClientGatewaySpec struct + ForProvider ClientGatewayParameters + func (in *ClientGatewaySpec) DeepCopy() *ClientGatewaySpec + func (in *ClientGatewaySpec) DeepCopyInto(out *ClientGatewaySpec) + type ClientGatewayStatus struct + AtProvider ClientGatewayObservation + func (in *ClientGatewayStatus) DeepCopy() *ClientGatewayStatus + func (in *ClientGatewayStatus) DeepCopyInto(out *ClientGatewayStatus) + type TagsObservation struct + func (in *TagsObservation) DeepCopy() *TagsObservation + func (in *TagsObservation) DeepCopyInto(out *TagsObservation) + type TagsParameters struct + Key *string + Value *string + func (in *TagsParameters) DeepCopy() *TagsParameters + func (in *TagsParameters) DeepCopyInto(out *TagsParameters)