Skip to content

ClusterRRset deployment

Specification

The specification of the ClusterRRset contains the following fields:

Field Type Required Description
type string Y Type of the record (e.g. "A", "PTR", "MX")
name string Y Name of the record
ttl uint32 Y DNS TTL of the records, in seconds
records []string Y All records in this Resource Record Set
comment string N Comment on RRSet
zoneRef ZoneRef Y ZoneRef reference the zone the ClusterRRSet depends on

The specification of the ZoneRef contains the following fields:

Field Type Required Description
name string Y Name of the ClusterZone/Zone
kind string Y Kind of zone (Zone/ClusterZone)

Example

apiVersion: dns.cav.enablers.ob/v1alpha2
kind: ClusterRRset
metadata:
  name: test.helloworld.com
spec:
  comment: nothing to tell
  type: A
  name: test
  ttl: 300
  records:
    - 1.1.1.1
    - 2.2.2.2
  zoneRef:
    name: helloworld.com
    kind: "ClusterZone"

Note: The name can be canonical or not. If not, the name of the ClusterZone/Zone will be appended