diff --git a/api/v1alpha1/dnsrecord_types.go b/api/v1alpha1/dnsrecord_types.go index 1173853..1dc7924 100644 --- a/api/v1alpha1/dnsrecord_types.go +++ b/api/v1alpha1/dnsrecord_types.go @@ -46,6 +46,7 @@ type HealthCheckSpec struct { // +kubebuilder:validation:XValidation:rule="self in ['HTTP','HTTPS']",message="Only HTTP or HTTPS protocols are allowed" Protocol Protocol `json:"protocol,omitempty"` // Interval defines how frequently this probe should execute + // +default:5m Interval metav1.Duration `json:"interval,omitempty"` // AdditionalHeadersRef refers to a secret that contains extra headers to send in the probe request, this is primarily useful if an authentication // token is required by the endpoint.