# Functions
ClusterConvertToProtobuf is convert kubernetesCluster to protobuf.
ClusterConvertToTypes is convert protobuf to kubernetesCluster golang types typeMeta and objectMeta is a nested struct in KubernetesCluster struct, and proto not support struct custom json tag and embed struct, so typeMeta and objectMeta is assigned separately and spec is assigned by json unmarshal.