Marketplace
BrowsePublish
Marketplace
scaleway/provider-scaleway@v0.2.0
Record
domain.scaleway.upbound.io
Record
scaleway/provider-scaleway@v0.2.0domain.scaleway.upbound.io

Record is the Schema for the Records API.

Type

CRD

Group

domain.scaleway.upbound.io

Version

v1alpha1

apiVersion: domain.scaleway.upbound.io/v1alpha1

kind: Record

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

RecordSpec defines the desired state of Record

forProvider
requiredobject
requiredobject

No description provided.

data
string
dnsZone
string
object

Reference to a Zone to populate dnsZone.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Zone to populate dnsZone.

policy
object
object

Policies for selection.

resolve
string
geoIp
array
array

The Geo IP feature provides DNS resolution, based on the user’s geographical location. You can define a default IP that resolves if no Geo IP rule matches, and specify IPs for each geographical zone. Documentation and usage example Return record based on client localisation

matches
array
array

The list of matches. (Can be more than 1) The list of matches

array

List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code: https://api.scaleway.com/domain-private/v2beta1/continents

array

List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code: https://api.scaleway.com/domain-private/v2beta1/countries

data
string
array

The DNS service checks the provided URL on the configured IPs and resolves the request to one of the IPs by excluding the ones not responding to the given string to check. Documentation and usage example Return record based on client localisation

ips
array
array

List of IPs to check IPs to check

strategy
string
url
string
userAgent
string
name
string
priority
number
projectId
string
ttl
number
type
string
view
array
array

The answer to a DNS request is based on the client’s (resolver) subnet. (Can be more than 1) Documentation and usage example Return record based on client subnet

data
string
subnet
string
array

You provide a list of IPs with their corresponding weights. These weights are used to proportionally direct requests to each IP. Depending on the weight of a record more or fewer requests are answered with its related IP compared to the others in the list. (Can be more than 1) Documentation and usage example Return record based on weight

ip
string
weight
number
object

THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. 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.

data
string
geoIp
array
array

The Geo IP feature provides DNS resolution, based on the user’s geographical location. You can define a default IP that resolves if no Geo IP rule matches, and specify IPs for each geographical zone. Documentation and usage example Return record based on client localisation

matches
array
array

The list of matches. (Can be more than 1) The list of matches

array

List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code: https://api.scaleway.com/domain-private/v2beta1/continents

array

List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code: https://api.scaleway.com/domain-private/v2beta1/countries

data
string
array

The DNS service checks the provided URL on the configured IPs and resolves the request to one of the IPs by excluding the ones not responding to the given string to check. Documentation and usage example Return record based on client localisation

ips
array
array

List of IPs to check IPs to check

strategy
string
url
string
userAgent
string
name
string
priority
number
projectId
string
ttl
number
type
string
view
array
array

The answer to a DNS request is based on the client’s (resolver) subnet. (Can be more than 1) Documentation and usage example Return record based on client subnet

data
string
subnet
string
array

You provide a list of IPs with their corresponding weights. These weights are used to proportionally direct requests to each IP. Depending on the weight of a record more or fewer requests are answered with its related IP compared to the others in the list. (Can be more than 1) Documentation and usage example Return record based on weight

ip
string
weight
number
array

THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. If both are custom, the DeletionPolicy field will be ignored. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md

object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

RecordStatus defines the observed state of Record.

object

No description provided.

data
string
dnsZone
string
geoIp
array
array

The Geo IP feature provides DNS resolution, based on the user’s geographical location. You can define a default IP that resolves if no Geo IP rule matches, and specify IPs for each geographical zone. Documentation and usage example Return record based on client localisation

matches
array
array

The list of matches. (Can be more than 1) The list of matches

array

List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code: https://api.scaleway.com/domain-private/v2beta1/continents

array

List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code: https://api.scaleway.com/domain-private/v2beta1/countries

data
string
array

The DNS service checks the provided URL on the configured IPs and resolves the request to one of the IPs by excluding the ones not responding to the given string to check. Documentation and usage example Return record based on client localisation

ips
array
array

List of IPs to check IPs to check

strategy
string
url
string
userAgent
string
id
string
name
string
priority
number
projectId
string
rootZone
boolean
ttl
number
type
string
view
array
array

The answer to a DNS request is based on the client’s (resolver) subnet. (Can be more than 1) Documentation and usage example Return record based on client subnet

data
string
subnet
string
array

You provide a list of IPs with their corresponding weights. These weights are used to proportionally direct requests to each IP. Depending on the weight of a record more or fewer requests are answered with its related IP compared to the others in the list. (Can be more than 1) Documentation and usage example Return record based on weight

ip
string
weight
number
array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.