blob: 8c2fb2ca3ac79f1f73c969e09a145b23cb9fdab2 [file] [log] [blame]
option app_label = "kubernetes";
option name = "kubernetes";
message KubernetesService (Service){
option verbose_name = "Kubernetes Service";
}
message KubernetesServiceInstance (ComputeServiceInstance){
option verbose_name = "Kubernetes Service Instance";
optional string pod_ip = 1 [max_length=32, db_index = False, null = True, blank = True];
}