Expand description
BIND9 cluster reconciliation logic.
This module handles the lifecycle of BIND9 cluster resources in Kubernetes.
It manages the Bind9Instance resources that belong to a cluster and updates
the cluster status to reflect the overall health.
Functionsยง
- create_
managed_ instance - Create a managed
Bind9Instanceresource - delete_
bind9cluster - Delete handler for
Bind9Clusterresources (cleanup logic) - delete_
managed_ instance - Delete a single managed
Bind9Instanceresource - reconcile_
bind9cluster - Reconciles a
Bind9Clusterresource.