Module bind9cluster

Module bind9cluster 

Source
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 Bind9Instance resource
delete_bind9cluster
Delete handler for Bind9Cluster resources (cleanup logic)
delete_managed_instance
Delete a single managed Bind9Instance resource
reconcile_bind9cluster
Reconciles a Bind9Cluster resource.