Versions in this module Expand all Collapse all v0 v0.1.0 Nov 4, 2022 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var CredentialAzure_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: CredentialAzure_Kind}.String() + var CredentialAzure_GroupVersionKind = CRDGroupVersion.WithKind(CredentialAzure_Kind) + var CredentialAzure_Kind = "CredentialAzure" + var CredentialAzure_KindAPIVersion = CredentialAzure_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type CredentialAzure struct + Spec CredentialAzureSpec + Status CredentialAzureStatus + func (in *CredentialAzure) DeepCopy() *CredentialAzure + func (in *CredentialAzure) DeepCopyInto(out *CredentialAzure) + func (in *CredentialAzure) DeepCopyObject() runtime.Object + func (mg *CredentialAzure) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *CredentialAzure) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *CredentialAzure) GetProviderConfigReference() *xpv1.Reference + func (mg *CredentialAzure) GetProviderReference() *xpv1.Reference + func (mg *CredentialAzure) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *CredentialAzure) GetTerraformResourceType() string + func (mg *CredentialAzure) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *CredentialAzure) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *CredentialAzure) SetConditions(c ...xpv1.Condition) + func (mg *CredentialAzure) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *CredentialAzure) SetProviderConfigReference(r *xpv1.Reference) + func (mg *CredentialAzure) SetProviderReference(r *xpv1.Reference) + func (mg *CredentialAzure) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *CredentialAzure) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *CredentialAzure) GetConnectionDetailsMapping() map[string]string + func (tr *CredentialAzure) GetID() string + func (tr *CredentialAzure) GetObservation() (map[string]interface{}, error) + func (tr *CredentialAzure) GetParameters() (map[string]interface{}, error) + func (tr *CredentialAzure) GetTerraformSchemaVersion() int + func (tr *CredentialAzure) LateInitialize(attrs []byte) (bool, error) + func (tr *CredentialAzure) SetObservation(obs map[string]interface{}) error + func (tr *CredentialAzure) SetParameters(params map[string]interface{}) error + type CredentialAzureList struct + Items []CredentialAzure + func (in *CredentialAzureList) DeepCopy() *CredentialAzureList + func (in *CredentialAzureList) DeepCopyInto(out *CredentialAzureList) + func (in *CredentialAzureList) DeepCopyObject() runtime.Object + func (l *CredentialAzureList) GetItems() []resource.Managed + type CredentialAzureObservation struct + CreatedBy *string + ID *string + IsDefault *bool + LastModified *string + LastModifiedBy *string + OrganizationName *string + func (in *CredentialAzureObservation) DeepCopy() *CredentialAzureObservation + func (in *CredentialAzureObservation) DeepCopyInto(out *CredentialAzureObservation) + type CredentialAzureParameters struct + AvailabilityZone *string + ClientIDSecretRef v1.SecretKeySelector + ClientSecretSecretRef v1.SecretKeySelector + Location *string + Lock *bool + Name *string + OrganizationID *string + OrganizationIDRef *v1.Reference + OrganizationIDSelector *v1.Selector + SubscriptionID *string + TenantID *string + func (in *CredentialAzureParameters) DeepCopy() *CredentialAzureParameters + func (in *CredentialAzureParameters) DeepCopyInto(out *CredentialAzureParameters) + type CredentialAzureSpec struct + ForProvider CredentialAzureParameters + func (in *CredentialAzureSpec) DeepCopy() *CredentialAzureSpec + func (in *CredentialAzureSpec) DeepCopyInto(out *CredentialAzureSpec) + type CredentialAzureStatus struct + AtProvider CredentialAzureObservation + func (in *CredentialAzureStatus) DeepCopy() *CredentialAzureStatus + func (in *CredentialAzureStatus) DeepCopyInto(out *CredentialAzureStatus)