Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Config struct + IntegrationNamespace string + StatusCallTimeout time.Duration + StatusRefreshPeriod time.Duration + type Service struct + func New(restConfig *rest.Config, reCfg Config, informerResyncPeriod time.Duration) (*Service, error) + func (svc *Service) GetStatus(reName string) Status + func (svc *Service) Start(stopCh <-chan struct{}) + type ServiceData struct + Host string + RemoteEnvironmentName string + type Status string + const StatusNotConfigured + const StatusNotServing + const StatusServing