DnsNsRecord

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string DnsNsRecord
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec DnsNsRecordSpec
status DnsNsRecordStatus

DnsNsRecordSpec

(Appears on:DnsNsRecord, DnsNsRecordStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
name string
record []DnsNsRecordSpecRecord (Optional) Deprecated
records []string (Optional)
resourceGroupName string
tags map[string]string (Optional)
ttl int
zoneName string

DnsNsRecordSpecRecord

(Appears on:DnsNsRecordSpec)
Field Type Description
nsdname string

DnsNsRecordStatus

(Appears on:DnsNsRecord)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output DnsNsRecordSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)