Versions in this module Expand all Collapse all v0 v0.4.1 Sep 18, 2023 v0.4.0 Sep 12, 2023 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var EndpointServerless_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: EndpointServerless_Kind}.String() + var EndpointServerless_GroupVersionKind = CRDGroupVersion.WithKind(EndpointServerless_Kind) + var EndpointServerless_Kind = "EndpointServerless" + var EndpointServerless_KindAPIVersion = EndpointServerless_Kind + "." + CRDGroupVersion.String() + var EndpointServiceAdl_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: EndpointServiceAdl_Kind}.String() + var EndpointServiceAdl_GroupVersionKind = CRDGroupVersion.WithKind(EndpointServiceAdl_Kind) + var EndpointServiceAdl_Kind = "EndpointServiceAdl" + var EndpointServiceAdl_KindAPIVersion = EndpointServiceAdl_Kind + "." + CRDGroupVersion.String() + var EndpointServiceServerless_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: EndpointServiceServerless_Kind}.String() + var EndpointServiceServerless_GroupVersionKind = CRDGroupVersion.WithKind(EndpointServiceServerless_Kind) + var EndpointServiceServerless_Kind = "EndpointServiceServerless" + var EndpointServiceServerless_KindAPIVersion = EndpointServiceServerless_Kind + "." + CRDGroupVersion.String() + var EndpointService_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: EndpointService_Kind}.String() + var EndpointService_GroupVersionKind = CRDGroupVersion.WithKind(EndpointService_Kind) + var EndpointService_Kind = "EndpointService" + var EndpointService_KindAPIVersion = EndpointService_Kind + "." + CRDGroupVersion.String() + var Endpoint_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Endpoint_Kind}.String() + var Endpoint_GroupVersionKind = CRDGroupVersion.WithKind(Endpoint_Kind) + var Endpoint_Kind = "Endpoint" + var Endpoint_KindAPIVersion = Endpoint_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type Endpoint struct + Spec EndpointSpec + Status EndpointStatus + func (in *Endpoint) DeepCopy() *Endpoint + func (in *Endpoint) DeepCopyInto(out *Endpoint) + func (in *Endpoint) DeepCopyObject() runtime.Object + func (mg *Endpoint) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Endpoint) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Endpoint) GetProviderConfigReference() *xpv1.Reference + func (mg *Endpoint) GetProviderReference() *xpv1.Reference + func (mg *Endpoint) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Endpoint) GetTerraformResourceType() string + func (mg *Endpoint) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Endpoint) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *Endpoint) SetConditions(c ...xpv1.Condition) + func (mg *Endpoint) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Endpoint) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Endpoint) SetProviderReference(r *xpv1.Reference) + func (mg *Endpoint) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Endpoint) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Endpoint) GetConnectionDetailsMapping() map[string]string + func (tr *Endpoint) GetID() string + func (tr *Endpoint) GetObservation() (map[string]any, error) + func (tr *Endpoint) GetParameters() (map[string]any, error) + func (tr *Endpoint) GetTerraformSchemaVersion() int + func (tr *Endpoint) LateInitialize(attrs []byte) (bool, error) + func (tr *Endpoint) SetObservation(obs map[string]any) error + func (tr *Endpoint) SetParameters(params map[string]any) error + type EndpointList struct + Items []Endpoint + func (in *EndpointList) DeepCopy() *EndpointList + func (in *EndpointList) DeepCopyInto(out *EndpointList) + func (in *EndpointList) DeepCopyObject() runtime.Object + func (l *EndpointList) GetItems() []resource.Managed + type EndpointObservation struct + EndpointGroupNames []*string + EndpointServiceName *string + ErrorMessage *string + ID *string + InterfaceEndpoints []*string + PrivateEndpoints []*string + PrivateLinkID *string + PrivateLinkServiceName *string + PrivateLinkServiceResourceID *string + RegionName *string + ServiceAttachmentNames []*string + Status *string + func (in *EndpointObservation) DeepCopy() *EndpointObservation + func (in *EndpointObservation) DeepCopyInto(out *EndpointObservation) + type EndpointParameters struct + ProjectID *string + ProjectIDRef *v1.Reference + ProjectIDSelector *v1.Selector + ProviderName *string + Region *string + func (in *EndpointParameters) DeepCopy() *EndpointParameters + func (in *EndpointParameters) DeepCopyInto(out *EndpointParameters) + type EndpointServerless struct + Spec EndpointServerlessSpec + Status EndpointServerlessStatus + func (in *EndpointServerless) DeepCopy() *EndpointServerless + func (in *EndpointServerless) DeepCopyInto(out *EndpointServerless) + func (in *EndpointServerless) DeepCopyObject() runtime.Object + func (mg *EndpointServerless) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *EndpointServerless) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *EndpointServerless) GetProviderConfigReference() *xpv1.Reference + func (mg *EndpointServerless) GetProviderReference() *xpv1.Reference + func (mg *EndpointServerless) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *EndpointServerless) GetTerraformResourceType() string + func (mg *EndpointServerless) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *EndpointServerless) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *EndpointServerless) SetConditions(c ...xpv1.Condition) + func (mg *EndpointServerless) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *EndpointServerless) SetProviderConfigReference(r *xpv1.Reference) + func (mg *EndpointServerless) SetProviderReference(r *xpv1.Reference) + func (mg *EndpointServerless) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *EndpointServerless) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *EndpointServerless) GetConnectionDetailsMapping() map[string]string + func (tr *EndpointServerless) GetID() string + func (tr *EndpointServerless) GetObservation() (map[string]any, error) + func (tr *EndpointServerless) GetParameters() (map[string]any, error) + func (tr *EndpointServerless) GetTerraformSchemaVersion() int + func (tr *EndpointServerless) LateInitialize(attrs []byte) (bool, error) + func (tr *EndpointServerless) SetObservation(obs map[string]any) error + func (tr *EndpointServerless) SetParameters(params map[string]any) error + type EndpointServerlessList struct + Items []EndpointServerless + func (in *EndpointServerlessList) DeepCopy() *EndpointServerlessList + func (in *EndpointServerlessList) DeepCopyInto(out *EndpointServerlessList) + func (in *EndpointServerlessList) DeepCopyObject() runtime.Object + func (l *EndpointServerlessList) GetItems() []resource.Managed + type EndpointServerlessObservation struct + EndpointID *string + EndpointServiceName *string + ID *string + PrivateLinkServiceResourceID *string + Status *string + func (in *EndpointServerlessObservation) DeepCopy() *EndpointServerlessObservation + func (in *EndpointServerlessObservation) DeepCopyInto(out *EndpointServerlessObservation) + type EndpointServerlessParameters struct + InstanceName *string + ProjectID *string + ProjectIDRef *v1.Reference + ProjectIDSelector *v1.Selector + ProviderName *string + func (in *EndpointServerlessParameters) DeepCopy() *EndpointServerlessParameters + func (in *EndpointServerlessParameters) DeepCopyInto(out *EndpointServerlessParameters) + type EndpointServerlessSpec struct + ForProvider EndpointServerlessParameters + func (in *EndpointServerlessSpec) DeepCopy() *EndpointServerlessSpec + func (in *EndpointServerlessSpec) DeepCopyInto(out *EndpointServerlessSpec) + type EndpointServerlessStatus struct + AtProvider EndpointServerlessObservation + func (in *EndpointServerlessStatus) DeepCopy() *EndpointServerlessStatus + func (in *EndpointServerlessStatus) DeepCopyInto(out *EndpointServerlessStatus) + type EndpointService struct + Spec EndpointServiceSpec + Status EndpointServiceStatus + func (in *EndpointService) DeepCopy() *EndpointService + func (in *EndpointService) DeepCopyInto(out *EndpointService) + func (in *EndpointService) DeepCopyObject() runtime.Object + func (mg *EndpointService) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *EndpointService) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *EndpointService) GetProviderConfigReference() *xpv1.Reference + func (mg *EndpointService) GetProviderReference() *xpv1.Reference + func (mg *EndpointService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *EndpointService) GetTerraformResourceType() string + func (mg *EndpointService) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *EndpointService) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *EndpointService) SetConditions(c ...xpv1.Condition) + func (mg *EndpointService) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *EndpointService) SetProviderConfigReference(r *xpv1.Reference) + func (mg *EndpointService) SetProviderReference(r *xpv1.Reference) + func (mg *EndpointService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *EndpointService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *EndpointService) GetConnectionDetailsMapping() map[string]string + func (tr *EndpointService) GetID() string + func (tr *EndpointService) GetObservation() (map[string]any, error) + func (tr *EndpointService) GetParameters() (map[string]any, error) + func (tr *EndpointService) GetTerraformSchemaVersion() int + func (tr *EndpointService) LateInitialize(attrs []byte) (bool, error) + func (tr *EndpointService) SetObservation(obs map[string]any) error + func (tr *EndpointService) SetParameters(params map[string]any) error + type EndpointServiceAdl struct + Spec EndpointServiceAdlSpec + Status EndpointServiceAdlStatus + func (in *EndpointServiceAdl) DeepCopy() *EndpointServiceAdl + func (in *EndpointServiceAdl) DeepCopyInto(out *EndpointServiceAdl) + func (in *EndpointServiceAdl) DeepCopyObject() runtime.Object + func (mg *EndpointServiceAdl) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *EndpointServiceAdl) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *EndpointServiceAdl) GetProviderConfigReference() *xpv1.Reference + func (mg *EndpointServiceAdl) GetProviderReference() *xpv1.Reference + func (mg *EndpointServiceAdl) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *EndpointServiceAdl) GetTerraformResourceType() string + func (mg *EndpointServiceAdl) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *EndpointServiceAdl) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *EndpointServiceAdl) SetConditions(c ...xpv1.Condition) + func (mg *EndpointServiceAdl) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *EndpointServiceAdl) SetProviderConfigReference(r *xpv1.Reference) + func (mg *EndpointServiceAdl) SetProviderReference(r *xpv1.Reference) + func (mg *EndpointServiceAdl) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *EndpointServiceAdl) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *EndpointServiceAdl) GetConnectionDetailsMapping() map[string]string + func (tr *EndpointServiceAdl) GetID() string + func (tr *EndpointServiceAdl) GetObservation() (map[string]any, error) + func (tr *EndpointServiceAdl) GetParameters() (map[string]any, error) + func (tr *EndpointServiceAdl) GetTerraformSchemaVersion() int + func (tr *EndpointServiceAdl) LateInitialize(attrs []byte) (bool, error) + func (tr *EndpointServiceAdl) SetObservation(obs map[string]any) error + func (tr *EndpointServiceAdl) SetParameters(params map[string]any) error + type EndpointServiceAdlList struct + Items []EndpointServiceAdl + func (in *EndpointServiceAdlList) DeepCopy() *EndpointServiceAdlList + func (in *EndpointServiceAdlList) DeepCopyInto(out *EndpointServiceAdlList) + func (in *EndpointServiceAdlList) DeepCopyObject() runtime.Object + func (l *EndpointServiceAdlList) GetItems() []resource.Managed + type EndpointServiceAdlObservation struct + ID *string + func (in *EndpointServiceAdlObservation) DeepCopy() *EndpointServiceAdlObservation + func (in *EndpointServiceAdlObservation) DeepCopyInto(out *EndpointServiceAdlObservation) + type EndpointServiceAdlParameters struct + Comment *string + EndpointID *string + ProjectID *string + ProjectIDRef *v1.Reference + ProjectIDSelector *v1.Selector + ProviderName *string + Type *string + func (in *EndpointServiceAdlParameters) DeepCopy() *EndpointServiceAdlParameters + func (in *EndpointServiceAdlParameters) DeepCopyInto(out *EndpointServiceAdlParameters) + type EndpointServiceAdlSpec struct + ForProvider EndpointServiceAdlParameters + func (in *EndpointServiceAdlSpec) DeepCopy() *EndpointServiceAdlSpec + func (in *EndpointServiceAdlSpec) DeepCopyInto(out *EndpointServiceAdlSpec) + type EndpointServiceAdlStatus struct + AtProvider EndpointServiceAdlObservation + func (in *EndpointServiceAdlStatus) DeepCopy() *EndpointServiceAdlStatus + func (in *EndpointServiceAdlStatus) DeepCopyInto(out *EndpointServiceAdlStatus) + type EndpointServiceList struct + Items []EndpointService + func (in *EndpointServiceList) DeepCopy() *EndpointServiceList + func (in *EndpointServiceList) DeepCopyInto(out *EndpointServiceList) + func (in *EndpointServiceList) DeepCopyObject() runtime.Object + func (l *EndpointServiceList) GetItems() []resource.Managed + type EndpointServiceObservation struct + AwsConnectionStatus *string + AzureStatus *string + DeleteRequested *bool + EndpointGroupName *string + Endpoints []EndpointsObservation + ErrorMessage *string + GCPStatus *string + ID *string + InterfaceEndpointID *string + PrivateEndpointConnectionName *string + PrivateEndpointResourceID *string + func (in *EndpointServiceObservation) DeepCopy() *EndpointServiceObservation + func (in *EndpointServiceObservation) DeepCopyInto(out *EndpointServiceObservation) + type EndpointServiceParameters struct + EndpointServiceID *string + Endpoints []EndpointsParameters + GCPProjectID *string + PrivateEndpointIPAddress *string + PrivateLinkID *string + ProjectID *string + ProjectIDRef *v1.Reference + ProjectIDSelector *v1.Selector + ProviderName *string + func (in *EndpointServiceParameters) DeepCopy() *EndpointServiceParameters + func (in *EndpointServiceParameters) DeepCopyInto(out *EndpointServiceParameters) + type EndpointServiceServerless struct + Spec EndpointServiceServerlessSpec + Status EndpointServiceServerlessStatus + func (in *EndpointServiceServerless) DeepCopy() *EndpointServiceServerless + func (in *EndpointServiceServerless) DeepCopyInto(out *EndpointServiceServerless) + func (in *EndpointServiceServerless) DeepCopyObject() runtime.Object + func (mg *EndpointServiceServerless) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *EndpointServiceServerless) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *EndpointServiceServerless) GetProviderConfigReference() *xpv1.Reference + func (mg *EndpointServiceServerless) GetProviderReference() *xpv1.Reference + func (mg *EndpointServiceServerless) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *EndpointServiceServerless) GetTerraformResourceType() string + func (mg *EndpointServiceServerless) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *EndpointServiceServerless) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *EndpointServiceServerless) SetConditions(c ...xpv1.Condition) + func (mg *EndpointServiceServerless) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *EndpointServiceServerless) SetProviderConfigReference(r *xpv1.Reference) + func (mg *EndpointServiceServerless) SetProviderReference(r *xpv1.Reference) + func (mg *EndpointServiceServerless) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *EndpointServiceServerless) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *EndpointServiceServerless) GetConnectionDetailsMapping() map[string]string + func (tr *EndpointServiceServerless) GetID() string + func (tr *EndpointServiceServerless) GetObservation() (map[string]any, error) + func (tr *EndpointServiceServerless) GetParameters() (map[string]any, error) + func (tr *EndpointServiceServerless) GetTerraformSchemaVersion() int + func (tr *EndpointServiceServerless) LateInitialize(attrs []byte) (bool, error) + func (tr *EndpointServiceServerless) SetObservation(obs map[string]any) error + func (tr *EndpointServiceServerless) SetParameters(params map[string]any) error + type EndpointServiceServerlessList struct + Items []EndpointServiceServerless + func (in *EndpointServiceServerlessList) DeepCopy() *EndpointServiceServerlessList + func (in *EndpointServiceServerlessList) DeepCopyInto(out *EndpointServiceServerlessList) + func (in *EndpointServiceServerlessList) DeepCopyObject() runtime.Object + func (l *EndpointServiceServerlessList) GetItems() []resource.Managed + type EndpointServiceServerlessObservation struct + ID *string + PrivateLinkServiceResourceID *string + Status *string + func (in *EndpointServiceServerlessObservation) DeepCopy() *EndpointServiceServerlessObservation + func (in *EndpointServiceServerlessObservation) DeepCopyInto(out *EndpointServiceServerlessObservation) + type EndpointServiceServerlessParameters struct + CloudProviderEndpointID *string + Comment *string + EndpointID *string + InstanceName *string + PrivateEndpointIPAddress *string + ProjectID *string + ProjectIDRef *v1.Reference + ProjectIDSelector *v1.Selector + ProviderName *string + func (in *EndpointServiceServerlessParameters) DeepCopy() *EndpointServiceServerlessParameters + func (in *EndpointServiceServerlessParameters) DeepCopyInto(out *EndpointServiceServerlessParameters) + type EndpointServiceServerlessSpec struct + ForProvider EndpointServiceServerlessParameters + func (in *EndpointServiceServerlessSpec) DeepCopy() *EndpointServiceServerlessSpec + func (in *EndpointServiceServerlessSpec) DeepCopyInto(out *EndpointServiceServerlessSpec) + type EndpointServiceServerlessStatus struct + AtProvider EndpointServiceServerlessObservation + func (in *EndpointServiceServerlessStatus) DeepCopy() *EndpointServiceServerlessStatus + func (in *EndpointServiceServerlessStatus) DeepCopyInto(out *EndpointServiceServerlessStatus) + type EndpointServiceSpec struct + ForProvider EndpointServiceParameters + func (in *EndpointServiceSpec) DeepCopy() *EndpointServiceSpec + func (in *EndpointServiceSpec) DeepCopyInto(out *EndpointServiceSpec) + type EndpointServiceStatus struct + AtProvider EndpointServiceObservation + func (in *EndpointServiceStatus) DeepCopy() *EndpointServiceStatus + func (in *EndpointServiceStatus) DeepCopyInto(out *EndpointServiceStatus) + type EndpointSpec struct + ForProvider EndpointParameters + func (in *EndpointSpec) DeepCopy() *EndpointSpec + func (in *EndpointSpec) DeepCopyInto(out *EndpointSpec) + type EndpointStatus struct + AtProvider EndpointObservation + func (in *EndpointStatus) DeepCopy() *EndpointStatus + func (in *EndpointStatus) DeepCopyInto(out *EndpointStatus) + type EndpointsObservation struct + ServiceAttachmentName *string + Status *string + func (in *EndpointsObservation) DeepCopy() *EndpointsObservation + func (in *EndpointsObservation) DeepCopyInto(out *EndpointsObservation) + type EndpointsParameters struct + EndpointName *string + IPAddress *string + func (in *EndpointsParameters) DeepCopy() *EndpointsParameters + func (in *EndpointsParameters) DeepCopyInto(out *EndpointsParameters)