Expand description
BIND9 instance reconciliation logic.
This module handles the lifecycle of BIND9 DNS server deployments in Kubernetes.
It creates and manages Deployments, ConfigMaps, and Services for each Bind9Instance.
Functionsยง
- delete_
bind9instance - Deletes all resources associated with a
Bind9Instance. - reconcile_
bind9instance - Reconciles a
Bind9Instanceresource.