blob: 1005057f18f8ebbd856dfd5a858dd1a11d5bf8fb [file] [log] [blame]
Scott Baker82b2b082018-04-16 16:02:14 -07001option app_label = "kubernetes";
2option name = "kubernetes";
3
4message KubernetesService (Service){
5 option verbose_name = "Kubernetes Service";
6
7}
8
9message KubernetesServiceInstance (ServiceInstance){
10 option verbose_name = "Kubernetes Service Instance";
11}