Versions in this module Expand all Collapse all v0 v0.1.0 Jan 12, 2023 v0.0.1 Jan 12, 2023 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var CRDGroupVersion = schema.GroupVersion + var IPList_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: IPList_Kind}.String() + var IPList_GroupVersionKind = CRDGroupVersion.WithKind(IPList_Kind) + var IPList_Kind = "IPList" + var IPList_KindAPIVersion = IPList_Kind + "." + CRDGroupVersion.String() + var List_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: List_Kind}.String() + var List_GroupVersionKind = CRDGroupVersion.WithKind(List_Kind) + var List_Kind = "List" + var List_KindAPIVersion = List_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + type IPList struct + Spec IPListSpec + Status IPListStatus + func (in *IPList) DeepCopy() *IPList + func (in *IPList) DeepCopyInto(out *IPList) + func (in *IPList) DeepCopyObject() runtime.Object + func (mg *IPList) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *IPList) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *IPList) GetProviderConfigReference() *xpv1.Reference + func (mg *IPList) GetProviderReference() *xpv1.Reference + func (mg *IPList) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *IPList) GetTerraformResourceType() string + func (mg *IPList) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *IPList) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *IPList) SetConditions(c ...xpv1.Condition) + func (mg *IPList) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *IPList) SetProviderConfigReference(r *xpv1.Reference) + func (mg *IPList) SetProviderReference(r *xpv1.Reference) + func (mg *IPList) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *IPList) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *IPList) GetConnectionDetailsMapping() map[string]string + func (tr *IPList) GetID() string + func (tr *IPList) GetObservation() (map[string]any, error) + func (tr *IPList) GetParameters() (map[string]any, error) + func (tr *IPList) GetTerraformSchemaVersion() int + func (tr *IPList) LateInitialize(attrs []byte) (bool, error) + func (tr *IPList) SetObservation(obs map[string]any) error + func (tr *IPList) SetParameters(params map[string]any) error + type IPListList struct + Items []IPList + func (in *IPListList) DeepCopy() *IPListList + func (in *IPListList) DeepCopyInto(out *IPListList) + func (in *IPListList) DeepCopyObject() runtime.Object + func (l *IPListList) GetItems() []resource.Managed + type IPListObservation struct + ID *string + func (in *IPListObservation) DeepCopy() *IPListObservation + func (in *IPListObservation) DeepCopyInto(out *IPListObservation) + type IPListParameters struct + AccountID *string + AccountIDRef *v1.Reference + AccountIDSelector *v1.Selector + Description *string + Item []ItemParameters + Kind *string + Name *string + func (in *IPListParameters) DeepCopy() *IPListParameters + func (in *IPListParameters) DeepCopyInto(out *IPListParameters) + type IPListSpec struct + ForProvider IPListParameters + func (in *IPListSpec) DeepCopy() *IPListSpec + func (in *IPListSpec) DeepCopyInto(out *IPListSpec) + type IPListStatus struct + AtProvider IPListObservation + func (in *IPListStatus) DeepCopy() *IPListStatus + func (in *IPListStatus) DeepCopyInto(out *IPListStatus) + type ItemObservation struct + func (in *ItemObservation) DeepCopy() *ItemObservation + func (in *ItemObservation) DeepCopyInto(out *ItemObservation) + type ItemParameters struct + Comment *string + Value *string + func (in *ItemParameters) DeepCopy() *ItemParameters + func (in *ItemParameters) DeepCopyInto(out *ItemParameters) + type List struct + Spec ListSpec + Status ListStatus + func (in *List) DeepCopy() *List + func (in *List) DeepCopyInto(out *List) + func (in *List) DeepCopyObject() runtime.Object + func (mg *List) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *List) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *List) GetProviderConfigReference() *xpv1.Reference + func (mg *List) GetProviderReference() *xpv1.Reference + func (mg *List) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *List) GetTerraformResourceType() string + func (mg *List) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *List) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *List) SetConditions(c ...xpv1.Condition) + func (mg *List) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *List) SetProviderConfigReference(r *xpv1.Reference) + func (mg *List) SetProviderReference(r *xpv1.Reference) + func (mg *List) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *List) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *List) GetConnectionDetailsMapping() map[string]string + func (tr *List) GetID() string + func (tr *List) GetObservation() (map[string]any, error) + func (tr *List) GetParameters() (map[string]any, error) + func (tr *List) GetTerraformSchemaVersion() int + func (tr *List) LateInitialize(attrs []byte) (bool, error) + func (tr *List) SetObservation(obs map[string]any) error + func (tr *List) SetParameters(params map[string]any) error + type ListItemObservation struct + func (in *ListItemObservation) DeepCopy() *ListItemObservation + func (in *ListItemObservation) DeepCopyInto(out *ListItemObservation) + type ListItemParameters struct + Comment *string + Value []ValueParameters + func (in *ListItemParameters) DeepCopy() *ListItemParameters + func (in *ListItemParameters) DeepCopyInto(out *ListItemParameters) + type ListList struct + Items []List + func (in *ListList) DeepCopy() *ListList + func (in *ListList) DeepCopyInto(out *ListList) + func (in *ListList) DeepCopyObject() runtime.Object + func (l *ListList) GetItems() []resource.Managed + type ListObservation struct + ID *string + func (in *ListObservation) DeepCopy() *ListObservation + func (in *ListObservation) DeepCopyInto(out *ListObservation) + type ListParameters struct + AccountID *string + AccountIDRef *v1.Reference + AccountIDSelector *v1.Selector + Description *string + Item []ListItemParameters + Kind *string + Name *string + func (in *ListParameters) DeepCopy() *ListParameters + func (in *ListParameters) DeepCopyInto(out *ListParameters) + type ListSpec struct + ForProvider ListParameters + func (in *ListSpec) DeepCopy() *ListSpec + func (in *ListSpec) DeepCopyInto(out *ListSpec) + type ListStatus struct + AtProvider ListObservation + func (in *ListStatus) DeepCopy() *ListStatus + func (in *ListStatus) DeepCopyInto(out *ListStatus) + type RedirectObservation struct + func (in *RedirectObservation) DeepCopy() *RedirectObservation + func (in *RedirectObservation) DeepCopyInto(out *RedirectObservation) + type RedirectParameters struct + IncludeSubdomains *string + PreservePathSuffix *string + PreserveQueryString *string + SourceURL *string + StatusCode *float64 + SubpathMatching *string + TargetURL *string + func (in *RedirectParameters) DeepCopy() *RedirectParameters + func (in *RedirectParameters) DeepCopyInto(out *RedirectParameters) + type ValueObservation struct + func (in *ValueObservation) DeepCopy() *ValueObservation + func (in *ValueObservation) DeepCopyInto(out *ValueObservation) + type ValueParameters struct + IP *string + Redirect []RedirectParameters + func (in *ValueParameters) DeepCopy() *ValueParameters + func (in *ValueParameters) DeepCopyInto(out *ValueParameters)