type ServiceData struct {
// Host is a host, which is used to do HTTP call for status check, for example ec-default.production.svc.cluster.local:8080 Host string// RemoteEnvironmentName is the name of Remote Environment, taken from the remoteEnvironment label value RemoteEnvironmentName string
}