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 ListAPIKey_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ListAPIKey_Kind}.String() + var ListAPIKey_GroupVersionKind = CRDGroupVersion.WithKind(ListAPIKey_Kind) + var ListAPIKey_Kind = "ListAPIKey" + var ListAPIKey_KindAPIVersion = ListAPIKey_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type ListAPIKey struct + Spec ListAPIKeySpec + Status ListAPIKeyStatus + func (in *ListAPIKey) DeepCopy() *ListAPIKey + func (in *ListAPIKey) DeepCopyInto(out *ListAPIKey) + func (in *ListAPIKey) DeepCopyObject() runtime.Object + func (mg *ListAPIKey) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *ListAPIKey) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *ListAPIKey) GetProviderConfigReference() *xpv1.Reference + func (mg *ListAPIKey) GetProviderReference() *xpv1.Reference + func (mg *ListAPIKey) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *ListAPIKey) GetTerraformResourceType() string + func (mg *ListAPIKey) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *ListAPIKey) SetConditions(c ...xpv1.Condition) + func (mg *ListAPIKey) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *ListAPIKey) SetProviderConfigReference(r *xpv1.Reference) + func (mg *ListAPIKey) SetProviderReference(r *xpv1.Reference) + func (mg *ListAPIKey) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *ListAPIKey) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *ListAPIKey) GetConnectionDetailsMapping() map[string]string + func (tr *ListAPIKey) GetID() string + func (tr *ListAPIKey) GetObservation() (map[string]any, error) + func (tr *ListAPIKey) GetParameters() (map[string]any, error) + func (tr *ListAPIKey) GetTerraformSchemaVersion() int + func (tr *ListAPIKey) LateInitialize(attrs []byte) (bool, error) + func (tr *ListAPIKey) SetObservation(obs map[string]any) error + func (tr *ListAPIKey) SetParameters(params map[string]any) error + type ListAPIKeyList struct + Items []ListAPIKey + func (in *ListAPIKeyList) DeepCopy() *ListAPIKeyList + func (in *ListAPIKeyList) DeepCopyInto(out *ListAPIKeyList) + func (in *ListAPIKeyList) DeepCopyObject() runtime.Object + func (l *ListAPIKeyList) GetItems() []resource.Managed + type ListAPIKeyObservation struct + ID *string + func (in *ListAPIKeyObservation) DeepCopy() *ListAPIKeyObservation + func (in *ListAPIKeyObservation) DeepCopyInto(out *ListAPIKeyObservation) + type ListAPIKeyParameters struct + APIKeyID *string + CidrBlock *string + IPAddress *string + OrgID *string + func (in *ListAPIKeyParameters) DeepCopy() *ListAPIKeyParameters + func (in *ListAPIKeyParameters) DeepCopyInto(out *ListAPIKeyParameters) + type ListAPIKeySpec struct + ForProvider ListAPIKeyParameters + func (in *ListAPIKeySpec) DeepCopy() *ListAPIKeySpec + func (in *ListAPIKeySpec) DeepCopyInto(out *ListAPIKeySpec) + type ListAPIKeyStatus struct + AtProvider ListAPIKeyObservation + func (in *ListAPIKeyStatus) DeepCopy() *ListAPIKeyStatus + func (in *ListAPIKeyStatus) DeepCopyInto(out *ListAPIKeyStatus)