package
0.0.0-20191202013547-ff55af68d380
Repository: https://github.com/gosoon/kubernetes-operator.git
Documentation: pkg.go.dev

# 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.