v1alpha1

package
v0.40.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=dns.ovh.edixos.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "dns.ovh.edixos.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	Zone_Kind             = "Zone"
	Zone_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Zone_Kind}.String()
	Zone_KindAPIVersion   = Zone_Kind + "." + CRDGroupVersion.String()
	Zone_GroupVersionKind = CRDGroupVersion.WithKind(Zone_Kind)
)

Repository type metadata.

View Source
var (
	ZoneRecord_Kind             = "ZoneRecord"
	ZoneRecord_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ZoneRecord_Kind}.String()
	ZoneRecord_KindAPIVersion   = ZoneRecord_Kind + "." + CRDGroupVersion.String()
	ZoneRecord_GroupVersionKind = CRDGroupVersion.WithKind(ZoneRecord_Kind)
)

Repository type metadata.

View Source
var (
	ZoneRedirection_Kind             = "ZoneRedirection"
	ZoneRedirection_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ZoneRedirection_Kind}.String()
	ZoneRedirection_KindAPIVersion   = ZoneRedirection_Kind + "." + CRDGroupVersion.String()
	ZoneRedirection_GroupVersionKind = CRDGroupVersion.WithKind(ZoneRedirection_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type ConfigurationInitParameters

type ConfigurationInitParameters struct {

	// Identifier of the resource : zone or template
	// Identifier of the resource
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// For zone, the value is the zone name myzone.example.com. For template, the value can be basic, minimized or  redirect which is the same as minimized with additional entries for a redirect configuration.
	// Path to the resource in API.OVH.COM
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ConfigurationInitParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationInitParameters.

func (*ConfigurationInitParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConfigurationObservation

type ConfigurationObservation struct {

	// Identifier of the resource : zone or template
	// Identifier of the resource
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// For zone, the value is the zone name myzone.example.com. For template, the value can be basic, minimized or  redirect which is the same as minimized with additional entries for a redirect configuration.
	// Path to the resource in API.OVH.COM
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ConfigurationObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationObservation.

func (*ConfigurationObservation) DeepCopyInto

func (in *ConfigurationObservation) DeepCopyInto(out *ConfigurationObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ConfigurationParameters

type ConfigurationParameters struct {

	// Identifier of the resource : zone or template
	// Identifier of the resource
	// +kubebuilder:validation:Optional
	Label *string `json:"label" tf:"label,omitempty"`

	// For zone, the value is the zone name myzone.example.com. For template, the value can be basic, minimized or  redirect which is the same as minimized with additional entries for a redirect configuration.
	// Path to the resource in API.OVH.COM
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ConfigurationParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationParameters.

func (*ConfigurationParameters) DeepCopyInto

func (in *ConfigurationParameters) DeepCopyInto(out *ConfigurationParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DetailsInitParameters

type DetailsInitParameters struct {
}

func (*DetailsInitParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DetailsInitParameters.

func (*DetailsInitParameters) DeepCopyInto

func (in *DetailsInitParameters) DeepCopyInto(out *DetailsInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DetailsObservation

type DetailsObservation struct {

	// description
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// expiration date
	Domain *string `json:"domain,omitempty" tf:"domain,omitempty"`

	// order detail id
	OrderDetailID *float64 `json:"orderDetailId,omitempty" tf:"order_detail_id,omitempty"`

	// quantity
	Quantity *string `json:"quantity,omitempty" tf:"quantity,omitempty"`
}

func (*DetailsObservation) DeepCopy

func (in *DetailsObservation) DeepCopy() *DetailsObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DetailsObservation.

func (*DetailsObservation) DeepCopyInto

func (in *DetailsObservation) DeepCopyInto(out *DetailsObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DetailsParameters

type DetailsParameters struct {
}

func (*DetailsParameters) DeepCopy

func (in *DetailsParameters) DeepCopy() *DetailsParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DetailsParameters.

func (*DetailsParameters) DeepCopyInto

func (in *DetailsParameters) DeepCopyInto(out *DetailsParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OrderInitParameters

type OrderInitParameters struct {
}

func (*OrderInitParameters) DeepCopy

func (in *OrderInitParameters) DeepCopy() *OrderInitParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderInitParameters.

func (*OrderInitParameters) DeepCopyInto

func (in *OrderInitParameters) DeepCopyInto(out *OrderInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OrderObservation

type OrderObservation struct {

	// date
	Date *string `json:"date,omitempty" tf:"date,omitempty"`

	// Information about a Bill entry
	Details []DetailsObservation `json:"details,omitempty" tf:"details,omitempty"`

	// expiration date
	ExpirationDate *string `json:"expirationDate,omitempty" tf:"expiration_date,omitempty"`

	// order id
	OrderID *float64 `json:"orderId,omitempty" tf:"order_id,omitempty"`
}

func (*OrderObservation) DeepCopy

func (in *OrderObservation) DeepCopy() *OrderObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderObservation.

func (*OrderObservation) DeepCopyInto

func (in *OrderObservation) DeepCopyInto(out *OrderObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type OrderParameters

type OrderParameters struct {
}

func (*OrderParameters) DeepCopy

func (in *OrderParameters) DeepCopy() *OrderParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OrderParameters.

func (*OrderParameters) DeepCopyInto

func (in *OrderParameters) DeepCopyInto(out *OrderParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlanInitParameters

type PlanInitParameters struct {

	// Catalog name
	// Catalog name
	CatalogName *string `json:"catalogName,omitempty" tf:"catalog_name,omitempty"`

	// Representation of a configuration item for personalizing product. 2 configurations are required : one for zone and one for template
	// Representation of a configuration item for personalizing product
	Configuration []ConfigurationInitParameters `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// duration
	// duration
	Duration *string `json:"duration,omitempty" tf:"duration,omitempty"`

	// Plan code
	// Plan code
	PlanCode *string `json:"planCode,omitempty" tf:"plan_code,omitempty"`

	// Pricing model identifier
	// Pricing model identifier
	PricingMode *string `json:"pricingMode,omitempty" tf:"pricing_mode,omitempty"`
}

func (*PlanInitParameters) DeepCopy

func (in *PlanInitParameters) DeepCopy() *PlanInitParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlanInitParameters.

func (*PlanInitParameters) DeepCopyInto

func (in *PlanInitParameters) DeepCopyInto(out *PlanInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlanObservation

type PlanObservation struct {

	// Catalog name
	// Catalog name
	CatalogName *string `json:"catalogName,omitempty" tf:"catalog_name,omitempty"`

	// Representation of a configuration item for personalizing product. 2 configurations are required : one for zone and one for template
	// Representation of a configuration item for personalizing product
	Configuration []ConfigurationObservation `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// duration
	// duration
	Duration *string `json:"duration,omitempty" tf:"duration,omitempty"`

	// Plan code
	// Plan code
	PlanCode *string `json:"planCode,omitempty" tf:"plan_code,omitempty"`

	// Pricing model identifier
	// Pricing model identifier
	PricingMode *string `json:"pricingMode,omitempty" tf:"pricing_mode,omitempty"`
}

func (*PlanObservation) DeepCopy

func (in *PlanObservation) DeepCopy() *PlanObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlanObservation.

func (*PlanObservation) DeepCopyInto

func (in *PlanObservation) DeepCopyInto(out *PlanObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlanOptionConfigurationInitParameters

type PlanOptionConfigurationInitParameters struct {

	// Identifier of the resource : zone or template
	// Identifier of the resource
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// For zone, the value is the zone name myzone.example.com. For template, the value can be basic, minimized or  redirect which is the same as minimized with additional entries for a redirect configuration.
	// Path to the resource in API.OVH.COM
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*PlanOptionConfigurationInitParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlanOptionConfigurationInitParameters.

func (*PlanOptionConfigurationInitParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlanOptionConfigurationObservation

type PlanOptionConfigurationObservation struct {

	// Identifier of the resource : zone or template
	// Identifier of the resource
	Label *string `json:"label,omitempty" tf:"label,omitempty"`

	// For zone, the value is the zone name myzone.example.com. For template, the value can be basic, minimized or  redirect which is the same as minimized with additional entries for a redirect configuration.
	// Path to the resource in API.OVH.COM
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*PlanOptionConfigurationObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlanOptionConfigurationObservation.

func (*PlanOptionConfigurationObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlanOptionConfigurationParameters

type PlanOptionConfigurationParameters struct {

	// Identifier of the resource : zone or template
	// Identifier of the resource
	// +kubebuilder:validation:Optional
	Label *string `json:"label" tf:"label,omitempty"`

	// For zone, the value is the zone name myzone.example.com. For template, the value can be basic, minimized or  redirect which is the same as minimized with additional entries for a redirect configuration.
	// Path to the resource in API.OVH.COM
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*PlanOptionConfigurationParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlanOptionConfigurationParameters.

func (*PlanOptionConfigurationParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlanOptionInitParameters

type PlanOptionInitParameters struct {

	// Catalog name
	// Catalog name
	CatalogName *string `json:"catalogName,omitempty" tf:"catalog_name,omitempty"`

	// Representation of a configuration item for personalizing product. 2 configurations are required : one for zone and one for template
	// Representation of a configuration item for personalizing product
	Configuration []PlanOptionConfigurationInitParameters `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// duration
	// duration
	Duration *string `json:"duration,omitempty" tf:"duration,omitempty"`

	// Plan code
	// Plan code
	PlanCode *string `json:"planCode,omitempty" tf:"plan_code,omitempty"`

	// Pricing model identifier
	// Pricing model identifier
	PricingMode *string `json:"pricingMode,omitempty" tf:"pricing_mode,omitempty"`
}

func (*PlanOptionInitParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlanOptionInitParameters.

func (*PlanOptionInitParameters) DeepCopyInto

func (in *PlanOptionInitParameters) DeepCopyInto(out *PlanOptionInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlanOptionObservation

type PlanOptionObservation struct {

	// Catalog name
	// Catalog name
	CatalogName *string `json:"catalogName,omitempty" tf:"catalog_name,omitempty"`

	// Representation of a configuration item for personalizing product. 2 configurations are required : one for zone and one for template
	// Representation of a configuration item for personalizing product
	Configuration []PlanOptionConfigurationObservation `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// duration
	// duration
	Duration *string `json:"duration,omitempty" tf:"duration,omitempty"`

	// Plan code
	// Plan code
	PlanCode *string `json:"planCode,omitempty" tf:"plan_code,omitempty"`

	// Pricing model identifier
	// Pricing model identifier
	PricingMode *string `json:"pricingMode,omitempty" tf:"pricing_mode,omitempty"`
}

func (*PlanOptionObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlanOptionObservation.

func (*PlanOptionObservation) DeepCopyInto

func (in *PlanOptionObservation) DeepCopyInto(out *PlanOptionObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlanOptionParameters

type PlanOptionParameters struct {

	// Catalog name
	// Catalog name
	// +kubebuilder:validation:Optional
	CatalogName *string `json:"catalogName,omitempty" tf:"catalog_name,omitempty"`

	// Representation of a configuration item for personalizing product. 2 configurations are required : one for zone and one for template
	// Representation of a configuration item for personalizing product
	// +kubebuilder:validation:Optional
	Configuration []PlanOptionConfigurationParameters `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// duration
	// duration
	// +kubebuilder:validation:Optional
	Duration *string `json:"duration" tf:"duration,omitempty"`

	// Plan code
	// Plan code
	// +kubebuilder:validation:Optional
	PlanCode *string `json:"planCode" tf:"plan_code,omitempty"`

	// Pricing model identifier
	// Pricing model identifier
	// +kubebuilder:validation:Optional
	PricingMode *string `json:"pricingMode" tf:"pricing_mode,omitempty"`
}

func (*PlanOptionParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlanOptionParameters.

func (*PlanOptionParameters) DeepCopyInto

func (in *PlanOptionParameters) DeepCopyInto(out *PlanOptionParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type PlanParameters

type PlanParameters struct {

	// Catalog name
	// Catalog name
	// +kubebuilder:validation:Optional
	CatalogName *string `json:"catalogName,omitempty" tf:"catalog_name,omitempty"`

	// Representation of a configuration item for personalizing product. 2 configurations are required : one for zone and one for template
	// Representation of a configuration item for personalizing product
	// +kubebuilder:validation:Optional
	Configuration []ConfigurationParameters `json:"configuration,omitempty" tf:"configuration,omitempty"`

	// duration
	// duration
	// +kubebuilder:validation:Optional
	Duration *string `json:"duration" tf:"duration,omitempty"`

	// Plan code
	// Plan code
	// +kubebuilder:validation:Optional
	PlanCode *string `json:"planCode" tf:"plan_code,omitempty"`

	// Pricing model identifier
	// Pricing model identifier
	// +kubebuilder:validation:Optional
	PricingMode *string `json:"pricingMode" tf:"pricing_mode,omitempty"`
}

func (*PlanParameters) DeepCopy

func (in *PlanParameters) DeepCopy() *PlanParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlanParameters.

func (*PlanParameters) DeepCopyInto

func (in *PlanParameters) DeepCopyInto(out *PlanParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type Zone

type Zone struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.ovhSubsidiary) || (has(self.initProvider) && has(self.initProvider.ovhSubsidiary))",message="spec.forProvider.ovhSubsidiary is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.plan) || (has(self.initProvider) && has(self.initProvider.plan))",message="spec.forProvider.plan is a required parameter"
	Spec   ZoneSpec   `json:"spec"`
	Status ZoneStatus `json:"status,omitempty"`
}

Zone is the Schema for the Zones API. ovh_domain_zone.html.markdownsubcategory : "Domain names" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,ovh}

func (*Zone) DeepCopy

func (in *Zone) DeepCopy() *Zone

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Zone.

func (*Zone) DeepCopyInto

func (in *Zone) DeepCopyInto(out *Zone)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Zone) DeepCopyObject

func (in *Zone) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Zone) GetCondition

func (mg *Zone) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Zone.

func (*Zone) GetConnectionDetailsMapping

func (tr *Zone) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Zone

func (*Zone) GetDeletionPolicy

func (mg *Zone) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Zone.

func (*Zone) GetID

func (tr *Zone) GetID() string

GetID returns ID of underlying Terraform resource of this Zone

func (*Zone) GetInitParameters

func (tr *Zone) GetInitParameters() (map[string]any, error)

GetInitParameters of this Zone

func (*Zone) GetManagementPolicies

func (mg *Zone) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this Zone.

func (*Zone) GetMergedParameters added in v0.39.0

func (tr *Zone) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this Zone

func (*Zone) GetObservation

func (tr *Zone) GetObservation() (map[string]any, error)

GetObservation of this Zone

func (*Zone) GetParameters

func (tr *Zone) GetParameters() (map[string]any, error)

GetParameters of this Zone

func (*Zone) GetProviderConfigReference

func (mg *Zone) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Zone.

func (*Zone) GetPublishConnectionDetailsTo

func (mg *Zone) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Zone.

func (*Zone) GetTerraformResourceType

func (mg *Zone) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Zone

func (*Zone) GetTerraformSchemaVersion

func (tr *Zone) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Zone) GetWriteConnectionSecretToReference

func (mg *Zone) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Zone.

func (*Zone) Hub added in v0.39.0

func (tr *Zone) Hub()

Hub marks this type as a conversion hub.

func (*Zone) LateInitialize

func (tr *Zone) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Zone using its observed tfState. returns True if there are any spec changes for the resource.

func (*Zone) SetConditions

func (mg *Zone) SetConditions(c ...xpv1.Condition)

SetConditions of this Zone.

func (*Zone) SetDeletionPolicy

func (mg *Zone) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Zone.

func (*Zone) SetManagementPolicies

func (mg *Zone) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this Zone.

func (*Zone) SetObservation

func (tr *Zone) SetObservation(obs map[string]any) error

SetObservation for this Zone

func (*Zone) SetParameters

func (tr *Zone) SetParameters(params map[string]any) error

SetParameters for this Zone

func (*Zone) SetProviderConfigReference

func (mg *Zone) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Zone.

func (*Zone) SetPublishConnectionDetailsTo

func (mg *Zone) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Zone.

func (*Zone) SetWriteConnectionSecretToReference

func (mg *Zone) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Zone.

type ZoneInitParameters

type ZoneInitParameters struct {

	// OVHcloud Subsidiary. Country of OVHcloud legal entity you'll be billed by. List of supported subsidiaries available on API at /1.0/me.json under
	// Ovh Subsidiary
	OvhSubsidiary *string `json:"ovhSubsidiary,omitempty" tf:"ovh_subsidiary,omitempty"`

	// Ovh payment mode
	PaymentMean *string `json:"paymentMean,omitempty" tf:"payment_mean,omitempty"`

	// Product Plan to order
	// Product Plan to order
	Plan []PlanInitParameters `json:"plan,omitempty" tf:"plan,omitempty"`

	// Product Plan to order
	// Product Plan to order
	PlanOption []PlanOptionInitParameters `json:"planOption,omitempty" tf:"plan_option,omitempty"`
}

func (*ZoneInitParameters) DeepCopy

func (in *ZoneInitParameters) DeepCopy() *ZoneInitParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneInitParameters.

func (*ZoneInitParameters) DeepCopyInto

func (in *ZoneInitParameters) DeepCopyInto(out *ZoneInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneList

type ZoneList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Zone `json:"items"`
}

ZoneList contains a list of Zones

func (*ZoneList) DeepCopy

func (in *ZoneList) DeepCopy() *ZoneList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneList.

func (*ZoneList) DeepCopyInto

func (in *ZoneList) DeepCopyInto(out *ZoneList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ZoneList) DeepCopyObject

func (in *ZoneList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ZoneList) GetItems

func (l *ZoneList) GetItems() []resource.Managed

GetItems of this ZoneList.

type ZoneObservation

type ZoneObservation struct {

	// Is DNSSEC supported by this zone
	// Is DNSSEC supported by this zone
	DNSSECSupported *bool `json:"dnssecSupported,omitempty" tf:"dnssec_supported,omitempty"`

	// hasDnsAnycast flag of the DNS zone
	// hasDnsAnycast flag of the DNS zone
	HasDNSAnycast *bool `json:"hasDnsAnycast,omitempty" tf:"has_dns_anycast,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Last update date of the DNS zone
	// Last update date of the DNS zone
	LastUpdate *string `json:"lastUpdate,omitempty" tf:"last_update,omitempty"`

	// Zone name
	// Zone name
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Name servers that host the DNS zone
	// Name servers that host the DNS zone
	NameServers []*string `json:"nameServers,omitempty" tf:"name_servers,omitempty"`

	// Details about an Order
	// Details about an Order
	Order []OrderObservation `json:"order,omitempty" tf:"order,omitempty"`

	// OVHcloud Subsidiary. Country of OVHcloud legal entity you'll be billed by. List of supported subsidiaries available on API at /1.0/me.json under
	// Ovh Subsidiary
	OvhSubsidiary *string `json:"ovhSubsidiary,omitempty" tf:"ovh_subsidiary,omitempty"`

	// Ovh payment mode
	PaymentMean *string `json:"paymentMean,omitempty" tf:"payment_mean,omitempty"`

	// Product Plan to order
	// Product Plan to order
	Plan []PlanObservation `json:"plan,omitempty" tf:"plan,omitempty"`

	// Product Plan to order
	// Product Plan to order
	PlanOption []PlanOptionObservation `json:"planOption,omitempty" tf:"plan_option,omitempty"`

	Urn *string `json:"urn,omitempty" tf:"urn,omitempty"`
}

func (*ZoneObservation) DeepCopy

func (in *ZoneObservation) DeepCopy() *ZoneObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneObservation.

func (*ZoneObservation) DeepCopyInto

func (in *ZoneObservation) DeepCopyInto(out *ZoneObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneParameters

type ZoneParameters struct {

	// OVHcloud Subsidiary. Country of OVHcloud legal entity you'll be billed by. List of supported subsidiaries available on API at /1.0/me.json under
	// Ovh Subsidiary
	// +kubebuilder:validation:Optional
	OvhSubsidiary *string `json:"ovhSubsidiary,omitempty" tf:"ovh_subsidiary,omitempty"`

	// Ovh payment mode
	// +kubebuilder:validation:Optional
	PaymentMean *string `json:"paymentMean,omitempty" tf:"payment_mean,omitempty"`

	// Product Plan to order
	// Product Plan to order
	// +kubebuilder:validation:Optional
	Plan []PlanParameters `json:"plan,omitempty" tf:"plan,omitempty"`

	// Product Plan to order
	// Product Plan to order
	// +kubebuilder:validation:Optional
	PlanOption []PlanOptionParameters `json:"planOption,omitempty" tf:"plan_option,omitempty"`
}

func (*ZoneParameters) DeepCopy

func (in *ZoneParameters) DeepCopy() *ZoneParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneParameters.

func (*ZoneParameters) DeepCopyInto

func (in *ZoneParameters) DeepCopyInto(out *ZoneParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRecord

type ZoneRecord struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.fieldtype) || (has(self.initProvider) && has(self.initProvider.fieldtype))",message="spec.forProvider.fieldtype is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.target) || (has(self.initProvider) && has(self.initProvider.target))",message="spec.forProvider.target is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.zone) || (has(self.initProvider) && has(self.initProvider.zone))",message="spec.forProvider.zone is a required parameter"
	Spec   ZoneRecordSpec   `json:"spec"`
	Status ZoneRecordStatus `json:"status,omitempty"`
}

ZoneRecord is the Schema for the ZoneRecords API. ovh_domain_zone_record.html.markdownsubcategory : "Domain names" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,ovh}

func (*ZoneRecord) DeepCopy

func (in *ZoneRecord) DeepCopy() *ZoneRecord

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRecord.

func (*ZoneRecord) DeepCopyInto

func (in *ZoneRecord) DeepCopyInto(out *ZoneRecord)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ZoneRecord) DeepCopyObject

func (in *ZoneRecord) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ZoneRecord) GetCondition

func (mg *ZoneRecord) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ZoneRecord.

func (*ZoneRecord) GetConnectionDetailsMapping

func (tr *ZoneRecord) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ZoneRecord

func (*ZoneRecord) GetDeletionPolicy

func (mg *ZoneRecord) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ZoneRecord.

func (*ZoneRecord) GetID

func (tr *ZoneRecord) GetID() string

GetID returns ID of underlying Terraform resource of this ZoneRecord

func (*ZoneRecord) GetInitParameters

func (tr *ZoneRecord) GetInitParameters() (map[string]any, error)

GetInitParameters of this ZoneRecord

func (*ZoneRecord) GetManagementPolicies

func (mg *ZoneRecord) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this ZoneRecord.

func (*ZoneRecord) GetMergedParameters added in v0.39.0

func (tr *ZoneRecord) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this ZoneRecord

func (*ZoneRecord) GetObservation

func (tr *ZoneRecord) GetObservation() (map[string]any, error)

GetObservation of this ZoneRecord

func (*ZoneRecord) GetParameters

func (tr *ZoneRecord) GetParameters() (map[string]any, error)

GetParameters of this ZoneRecord

func (*ZoneRecord) GetProviderConfigReference

func (mg *ZoneRecord) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ZoneRecord.

func (*ZoneRecord) GetPublishConnectionDetailsTo

func (mg *ZoneRecord) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ZoneRecord.

func (*ZoneRecord) GetTerraformResourceType

func (mg *ZoneRecord) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ZoneRecord

func (*ZoneRecord) GetTerraformSchemaVersion

func (tr *ZoneRecord) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ZoneRecord) GetWriteConnectionSecretToReference

func (mg *ZoneRecord) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ZoneRecord.

func (*ZoneRecord) Hub added in v0.39.0

func (tr *ZoneRecord) Hub()

Hub marks this type as a conversion hub.

func (*ZoneRecord) LateInitialize

func (tr *ZoneRecord) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ZoneRecord using its observed tfState. returns True if there are any spec changes for the resource.

func (*ZoneRecord) SetConditions

func (mg *ZoneRecord) SetConditions(c ...xpv1.Condition)

SetConditions of this ZoneRecord.

func (*ZoneRecord) SetDeletionPolicy

func (mg *ZoneRecord) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ZoneRecord.

func (*ZoneRecord) SetManagementPolicies

func (mg *ZoneRecord) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this ZoneRecord.

func (*ZoneRecord) SetObservation

func (tr *ZoneRecord) SetObservation(obs map[string]any) error

SetObservation for this ZoneRecord

func (*ZoneRecord) SetParameters

func (tr *ZoneRecord) SetParameters(params map[string]any) error

SetParameters for this ZoneRecord

func (*ZoneRecord) SetProviderConfigReference

func (mg *ZoneRecord) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ZoneRecord.

func (*ZoneRecord) SetPublishConnectionDetailsTo

func (mg *ZoneRecord) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ZoneRecord.

func (*ZoneRecord) SetWriteConnectionSecretToReference

func (mg *ZoneRecord) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ZoneRecord.

type ZoneRecordInitParameters

type ZoneRecordInitParameters struct {

	// The type of the record
	Fieldtype *string `json:"fieldtype,omitempty" tf:"fieldtype,omitempty"`

	// The name of the record. It can be an empty string.
	Subdomain *string `json:"subdomain,omitempty" tf:"subdomain,omitempty"`

	// The TTL of the record, it shall be >= to 60.
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The value of the record
	Target *string `json:"target,omitempty" tf:"target,omitempty"`

	// The domain to add the record to
	Zone *string `json:"zone,omitempty" tf:"zone,omitempty"`
}

func (*ZoneRecordInitParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRecordInitParameters.

func (*ZoneRecordInitParameters) DeepCopyInto

func (in *ZoneRecordInitParameters) DeepCopyInto(out *ZoneRecordInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRecordList

type ZoneRecordList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ZoneRecord `json:"items"`
}

ZoneRecordList contains a list of ZoneRecords

func (*ZoneRecordList) DeepCopy

func (in *ZoneRecordList) DeepCopy() *ZoneRecordList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRecordList.

func (*ZoneRecordList) DeepCopyInto

func (in *ZoneRecordList) DeepCopyInto(out *ZoneRecordList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ZoneRecordList) DeepCopyObject

func (in *ZoneRecordList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ZoneRecordList) GetItems

func (l *ZoneRecordList) GetItems() []resource.Managed

GetItems of this ZoneRecordList.

type ZoneRecordObservation

type ZoneRecordObservation struct {

	// The type of the record
	Fieldtype *string `json:"fieldtype,omitempty" tf:"fieldtype,omitempty"`

	// The record ID
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The name of the record. It can be an empty string.
	Subdomain *string `json:"subdomain,omitempty" tf:"subdomain,omitempty"`

	// The TTL of the record, it shall be >= to 60.
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The value of the record
	Target *string `json:"target,omitempty" tf:"target,omitempty"`

	// The domain to add the record to
	Zone *string `json:"zone,omitempty" tf:"zone,omitempty"`
}

func (*ZoneRecordObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRecordObservation.

func (*ZoneRecordObservation) DeepCopyInto

func (in *ZoneRecordObservation) DeepCopyInto(out *ZoneRecordObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRecordParameters

type ZoneRecordParameters struct {

	// The type of the record
	// +kubebuilder:validation:Optional
	Fieldtype *string `json:"fieldtype,omitempty" tf:"fieldtype,omitempty"`

	// The name of the record. It can be an empty string.
	// +kubebuilder:validation:Optional
	Subdomain *string `json:"subdomain,omitempty" tf:"subdomain,omitempty"`

	// The TTL of the record, it shall be >= to 60.
	// +kubebuilder:validation:Optional
	TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"`

	// The value of the record
	// +kubebuilder:validation:Optional
	Target *string `json:"target,omitempty" tf:"target,omitempty"`

	// The domain to add the record to
	// +kubebuilder:validation:Optional
	Zone *string `json:"zone,omitempty" tf:"zone,omitempty"`
}

func (*ZoneRecordParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRecordParameters.

func (*ZoneRecordParameters) DeepCopyInto

func (in *ZoneRecordParameters) DeepCopyInto(out *ZoneRecordParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRecordSpec

type ZoneRecordSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ZoneRecordParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider ZoneRecordInitParameters `json:"initProvider,omitempty"`
}

ZoneRecordSpec defines the desired state of ZoneRecord

func (*ZoneRecordSpec) DeepCopy

func (in *ZoneRecordSpec) DeepCopy() *ZoneRecordSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRecordSpec.

func (*ZoneRecordSpec) DeepCopyInto

func (in *ZoneRecordSpec) DeepCopyInto(out *ZoneRecordSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRecordStatus

type ZoneRecordStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ZoneRecordObservation `json:"atProvider,omitempty"`
}

ZoneRecordStatus defines the observed state of ZoneRecord.

func (*ZoneRecordStatus) DeepCopy

func (in *ZoneRecordStatus) DeepCopy() *ZoneRecordStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRecordStatus.

func (*ZoneRecordStatus) DeepCopyInto

func (in *ZoneRecordStatus) DeepCopyInto(out *ZoneRecordStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRedirection

type ZoneRedirection struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.target) || (has(self.initProvider) && has(self.initProvider.target))",message="spec.forProvider.target is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.type) || (has(self.initProvider) && has(self.initProvider.type))",message="spec.forProvider.type is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.zone) || (has(self.initProvider) && has(self.initProvider.zone))",message="spec.forProvider.zone is a required parameter"
	Spec   ZoneRedirectionSpec   `json:"spec"`
	Status ZoneRedirectionStatus `json:"status,omitempty"`
}

ZoneRedirection is the Schema for the ZoneRedirections API. ovh_domain_zone_redirection.html.markdownsubcategory : "Domain names" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,ovh}

func (*ZoneRedirection) DeepCopy

func (in *ZoneRedirection) DeepCopy() *ZoneRedirection

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRedirection.

func (*ZoneRedirection) DeepCopyInto

func (in *ZoneRedirection) DeepCopyInto(out *ZoneRedirection)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ZoneRedirection) DeepCopyObject

func (in *ZoneRedirection) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ZoneRedirection) GetCondition

func (mg *ZoneRedirection) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this ZoneRedirection.

func (*ZoneRedirection) GetConnectionDetailsMapping

func (tr *ZoneRedirection) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this ZoneRedirection

func (*ZoneRedirection) GetDeletionPolicy

func (mg *ZoneRedirection) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this ZoneRedirection.

func (*ZoneRedirection) GetID

func (tr *ZoneRedirection) GetID() string

GetID returns ID of underlying Terraform resource of this ZoneRedirection

func (*ZoneRedirection) GetInitParameters

func (tr *ZoneRedirection) GetInitParameters() (map[string]any, error)

GetInitParameters of this ZoneRedirection

func (*ZoneRedirection) GetManagementPolicies

func (mg *ZoneRedirection) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this ZoneRedirection.

func (*ZoneRedirection) GetMergedParameters added in v0.39.0

func (tr *ZoneRedirection) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this ZoneRedirection

func (*ZoneRedirection) GetObservation

func (tr *ZoneRedirection) GetObservation() (map[string]any, error)

GetObservation of this ZoneRedirection

func (*ZoneRedirection) GetParameters

func (tr *ZoneRedirection) GetParameters() (map[string]any, error)

GetParameters of this ZoneRedirection

func (*ZoneRedirection) GetProviderConfigReference

func (mg *ZoneRedirection) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this ZoneRedirection.

func (*ZoneRedirection) GetPublishConnectionDetailsTo

func (mg *ZoneRedirection) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this ZoneRedirection.

func (*ZoneRedirection) GetTerraformResourceType

func (mg *ZoneRedirection) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ZoneRedirection

func (*ZoneRedirection) GetTerraformSchemaVersion

func (tr *ZoneRedirection) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ZoneRedirection) GetWriteConnectionSecretToReference

func (mg *ZoneRedirection) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this ZoneRedirection.

func (*ZoneRedirection) Hub added in v0.39.0

func (tr *ZoneRedirection) Hub()

Hub marks this type as a conversion hub.

func (*ZoneRedirection) LateInitialize

func (tr *ZoneRedirection) LateInitialize(attrs []byte) (bool, error)

LateInitialize this ZoneRedirection using its observed tfState. returns True if there are any spec changes for the resource.

func (*ZoneRedirection) SetConditions

func (mg *ZoneRedirection) SetConditions(c ...xpv1.Condition)

SetConditions of this ZoneRedirection.

func (*ZoneRedirection) SetDeletionPolicy

func (mg *ZoneRedirection) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this ZoneRedirection.

func (*ZoneRedirection) SetManagementPolicies

func (mg *ZoneRedirection) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this ZoneRedirection.

func (*ZoneRedirection) SetObservation

func (tr *ZoneRedirection) SetObservation(obs map[string]any) error

SetObservation for this ZoneRedirection

func (*ZoneRedirection) SetParameters

func (tr *ZoneRedirection) SetParameters(params map[string]any) error

SetParameters for this ZoneRedirection

func (*ZoneRedirection) SetProviderConfigReference

func (mg *ZoneRedirection) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this ZoneRedirection.

func (*ZoneRedirection) SetPublishConnectionDetailsTo

func (mg *ZoneRedirection) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this ZoneRedirection.

func (*ZoneRedirection) SetWriteConnectionSecretToReference

func (mg *ZoneRedirection) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this ZoneRedirection.

type ZoneRedirectionInitParameters

type ZoneRedirectionInitParameters struct {

	// A description of this redirection
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Keywords to describe this redirection
	Keywords *string `json:"keywords,omitempty" tf:"keywords,omitempty"`

	// The name of the redirection
	Subdomain *string `json:"subdomain,omitempty" tf:"subdomain,omitempty"`

	// The value of the redirection
	Target *string `json:"target,omitempty" tf:"target,omitempty"`

	// Title of this redirection
	Title *string `json:"title,omitempty" tf:"title,omitempty"`

	// The type of the redirection, with values:
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// The domain to add the redirection to
	Zone *string `json:"zone,omitempty" tf:"zone,omitempty"`
}

func (*ZoneRedirectionInitParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRedirectionInitParameters.

func (*ZoneRedirectionInitParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRedirectionList

type ZoneRedirectionList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ZoneRedirection `json:"items"`
}

ZoneRedirectionList contains a list of ZoneRedirections

func (*ZoneRedirectionList) DeepCopy

func (in *ZoneRedirectionList) DeepCopy() *ZoneRedirectionList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRedirectionList.

func (*ZoneRedirectionList) DeepCopyInto

func (in *ZoneRedirectionList) DeepCopyInto(out *ZoneRedirectionList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*ZoneRedirectionList) DeepCopyObject

func (in *ZoneRedirectionList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*ZoneRedirectionList) GetItems

func (l *ZoneRedirectionList) GetItems() []resource.Managed

GetItems of this ZoneRedirectionList.

type ZoneRedirectionObservation

type ZoneRedirectionObservation struct {

	// A description of this redirection
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The redirection ID
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Keywords to describe this redirection
	Keywords *string `json:"keywords,omitempty" tf:"keywords,omitempty"`

	// The name of the redirection
	Subdomain *string `json:"subdomain,omitempty" tf:"subdomain,omitempty"`

	// The value of the redirection
	Target *string `json:"target,omitempty" tf:"target,omitempty"`

	// Title of this redirection
	Title *string `json:"title,omitempty" tf:"title,omitempty"`

	// The type of the redirection, with values:
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// The domain to add the redirection to
	Zone *string `json:"zone,omitempty" tf:"zone,omitempty"`
}

func (*ZoneRedirectionObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRedirectionObservation.

func (*ZoneRedirectionObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRedirectionParameters

type ZoneRedirectionParameters struct {

	// A description of this redirection
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Keywords to describe this redirection
	// +kubebuilder:validation:Optional
	Keywords *string `json:"keywords,omitempty" tf:"keywords,omitempty"`

	// The name of the redirection
	// +kubebuilder:validation:Optional
	Subdomain *string `json:"subdomain,omitempty" tf:"subdomain,omitempty"`

	// The value of the redirection
	// +kubebuilder:validation:Optional
	Target *string `json:"target,omitempty" tf:"target,omitempty"`

	// Title of this redirection
	// +kubebuilder:validation:Optional
	Title *string `json:"title,omitempty" tf:"title,omitempty"`

	// The type of the redirection, with values:
	// +kubebuilder:validation:Optional
	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	// The domain to add the redirection to
	// +kubebuilder:validation:Optional
	Zone *string `json:"zone,omitempty" tf:"zone,omitempty"`
}

func (*ZoneRedirectionParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRedirectionParameters.

func (*ZoneRedirectionParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRedirectionSpec

type ZoneRedirectionSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ZoneRedirectionParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider ZoneRedirectionInitParameters `json:"initProvider,omitempty"`
}

ZoneRedirectionSpec defines the desired state of ZoneRedirection

func (*ZoneRedirectionSpec) DeepCopy

func (in *ZoneRedirectionSpec) DeepCopy() *ZoneRedirectionSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRedirectionSpec.

func (*ZoneRedirectionSpec) DeepCopyInto

func (in *ZoneRedirectionSpec) DeepCopyInto(out *ZoneRedirectionSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneRedirectionStatus

type ZoneRedirectionStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ZoneRedirectionObservation `json:"atProvider,omitempty"`
}

ZoneRedirectionStatus defines the observed state of ZoneRedirection.

func (*ZoneRedirectionStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneRedirectionStatus.

func (*ZoneRedirectionStatus) DeepCopyInto

func (in *ZoneRedirectionStatus) DeepCopyInto(out *ZoneRedirectionStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneSpec

type ZoneSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ZoneParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider ZoneInitParameters `json:"initProvider,omitempty"`
}

ZoneSpec defines the desired state of Zone

func (*ZoneSpec) DeepCopy

func (in *ZoneSpec) DeepCopy() *ZoneSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneSpec.

func (*ZoneSpec) DeepCopyInto

func (in *ZoneSpec) DeepCopyInto(out *ZoneSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type ZoneStatus

type ZoneStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        ZoneObservation `json:"atProvider,omitempty"`
}

ZoneStatus defines the observed state of Zone.

func (*ZoneStatus) DeepCopy

func (in *ZoneStatus) DeepCopy() *ZoneStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ZoneStatus.

func (*ZoneStatus) DeepCopyInto

func (in *ZoneStatus) DeepCopyInto(out *ZoneStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL