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 PartyIntegration_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: PartyIntegration_Kind}.String() + var PartyIntegration_GroupVersionKind = CRDGroupVersion.WithKind(PartyIntegration_Kind) + var PartyIntegration_Kind = "PartyIntegration" + var PartyIntegration_KindAPIVersion = PartyIntegration_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type PartyIntegration struct + Spec PartyIntegrationSpec + Status PartyIntegrationStatus + func (in *PartyIntegration) DeepCopy() *PartyIntegration + func (in *PartyIntegration) DeepCopyInto(out *PartyIntegration) + func (in *PartyIntegration) DeepCopyObject() runtime.Object + func (mg *PartyIntegration) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *PartyIntegration) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *PartyIntegration) GetProviderConfigReference() *xpv1.Reference + func (mg *PartyIntegration) GetProviderReference() *xpv1.Reference + func (mg *PartyIntegration) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *PartyIntegration) GetTerraformResourceType() string + func (mg *PartyIntegration) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *PartyIntegration) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *PartyIntegration) SetConditions(c ...xpv1.Condition) + func (mg *PartyIntegration) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *PartyIntegration) SetProviderConfigReference(r *xpv1.Reference) + func (mg *PartyIntegration) SetProviderReference(r *xpv1.Reference) + func (mg *PartyIntegration) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *PartyIntegration) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *PartyIntegration) GetConnectionDetailsMapping() map[string]string + func (tr *PartyIntegration) GetID() string + func (tr *PartyIntegration) GetObservation() (map[string]any, error) + func (tr *PartyIntegration) GetParameters() (map[string]any, error) + func (tr *PartyIntegration) GetTerraformSchemaVersion() int + func (tr *PartyIntegration) LateInitialize(attrs []byte) (bool, error) + func (tr *PartyIntegration) SetObservation(obs map[string]any) error + func (tr *PartyIntegration) SetParameters(params map[string]any) error + type PartyIntegrationList struct + Items []PartyIntegration + func (in *PartyIntegrationList) DeepCopy() *PartyIntegrationList + func (in *PartyIntegrationList) DeepCopyInto(out *PartyIntegrationList) + func (in *PartyIntegrationList) DeepCopyObject() runtime.Object + func (l *PartyIntegrationList) GetItems() []resource.Managed + type PartyIntegrationObservation struct + ID *string + func (in *PartyIntegrationObservation) DeepCopy() *PartyIntegrationObservation + func (in *PartyIntegrationObservation) DeepCopyInto(out *PartyIntegrationObservation) + type PartyIntegrationParameters struct + APIKeySecretRef *v1.SecretKeySelector + APITokenSecretRef *v1.SecretKeySelector + AccountID *string + ChannelName *string + Enabled *bool + FlowName *string + LicenseKeySecretRef *v1.SecretKeySelector + MicrosoftTeamsWebhookURLSecretRef *v1.SecretKeySelector + OrgName *string + PasswordSecretRef *v1.SecretKeySelector + ProjectID *string + ProjectIDRef *v1.Reference + ProjectIDSelector *v1.Selector + ReadTokenSecretRef *v1.SecretKeySelector + Region *string + RoutingKeySecretRef *v1.SecretKeySelector + Scheme *string + SecretSecretRef *v1.SecretKeySelector + ServiceDiscoverySecretRef *v1.SecretKeySelector + ServiceKeySecretRef *v1.SecretKeySelector + TeamName *string + Type *string + URL *string + UserNameSecretRef *v1.SecretKeySelector + WriteTokenSecretRef *v1.SecretKeySelector + func (in *PartyIntegrationParameters) DeepCopy() *PartyIntegrationParameters + func (in *PartyIntegrationParameters) DeepCopyInto(out *PartyIntegrationParameters) + type PartyIntegrationSpec struct + ForProvider PartyIntegrationParameters + func (in *PartyIntegrationSpec) DeepCopy() *PartyIntegrationSpec + func (in *PartyIntegrationSpec) DeepCopyInto(out *PartyIntegrationSpec) + type PartyIntegrationStatus struct + AtProvider PartyIntegrationObservation + func (in *PartyIntegrationStatus) DeepCopy() *PartyIntegrationStatus + func (in *PartyIntegrationStatus) DeepCopyInto(out *PartyIntegrationStatus)