# Functions
GetK8sClient gets k8s clientset.
GetObjectMetaData returns metadata of a given k8s object.
# Constants
BookkeeperSts is bookkeeper sts name.
BrokerDeployment is the broker deployment name.
BrokerSts is the broker deployment name.
DefaultPulsarNamespace is the default pulsar namespace in the cluster.
FunctionWorkerDeployment is the function worker deployment name.
OK is the healthy status.
PartialReady is some parts of system are ok.
ProxyDeployment is the proxy deployment name.
TotalDown is the initial status.
ZookeeperSts is zookeeper sts name.
# Structs
Client is the k8s client object.
ClusterStatus is the health status of the cluster and its components.
Deployment is the k8s deployment.
StatefulSet is the k8s sts.
# Type aliases
ClusterStatusCode is the high level health of cluster status.