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]; | |
} |