Documentation ¶
Index ¶
- func NewClient(config string, handler cache.ResourceEventHandler, syncPeriod time.Duration) (svcclient.Client, error)
- type CustomizedManager
- func (cm *CustomizedManager) Close()
- func (cm *CustomizedManager) GetAppService(ns, name string) (*svcclient.AppService, error)
- func (cm *CustomizedManager) ListAppService(l map[string]string) ([]*svcclient.AppService, error)
- func (cm *CustomizedManager) ListAppServiceFromStatefulSet(ns, name string) ([]*svcclient.AppService, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomizedManager ¶
type CustomizedManager struct {
// contains filtered or unexported fields
}
CustomizedManager client for custom service discovery
func (*CustomizedManager) GetAppService ¶
func (cm *CustomizedManager) GetAppService(ns, name string) (*svcclient.AppService, error)
GetAppService get AppService from local cache
func (*CustomizedManager) ListAppService ¶
func (cm *CustomizedManager) ListAppService(l map[string]string) ([]*svcclient.AppService, error)
ListAppService list AppService
func (*CustomizedManager) ListAppServiceFromStatefulSet ¶
func (cm *CustomizedManager) ListAppServiceFromStatefulSet(ns, name string) ([]*svcclient.AppService, error)
ListAppServiceFromStatefulSet list app service from stateful set not implemented
Click to show internal directories.
Click to hide internal directories.