# Functions
NewConfigurator implements configurator.Configurator and creates the Kubernetes client to manage namespaces.
NewMockConfigurator creates a new mock instance.
# Structs
Client is the type used to represent the Kubernetes Client for the config.flomesh.io API group.
MockConfigurator is a mock of Configurator interface.
MockConfiguratorMockRecorder is the mock recorder for MockConfigurator.
# Interfaces
Configurator is the controller interface for K8s namespaces.