Introduce hosted control plane mode for k3k virtual clusters, including
API types, controller logic, server endpoint handling, CLI flags,
CRD updates, kubeconfig generation, and examples.
Co-Authored-By: RuFlo <ruv@ruv.net>
* add default false for ingress and priorityClass, cleanup tests and added new tests
* fix typo for loadBalancer
* fix test aligning VirtualClusterPolicy SyncConfig
* set required enabled field, revert pointer on optional SyncConfig
* update samples
* updated CRDs
* added Mode to ClusterSet, and enum to CRD
* fix typos
* fix mode type in cli
* deletion of second clusterset in same namespace
* removed focused test, added clusterset example
* renamed modes
* added allowedNodeTypes, fixed samples
* fixed network policy reconciliation