Documentation ¶ Index ¶ Constants type Client func NewRancherClient(backendNodes []string) (*Client, error) func (c *Client) GetValues(keys []string) (map[string]string, error) func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex uint64, stopChan chan bool) (uint64, error) Constants ¶ View Source const ( MetaDataURL = "http://rancher-metadata" ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewRancherClient ¶ func NewRancherClient(backendNodes []string) (*Client, error) func (*Client) GetValues ¶ func (c *Client) GetValues(keys []string) (map[string]string, error) func (*Client) WatchPrefix ¶ func (c *Client) WatchPrefix(prefix string, keys []string, waitIndex uint64, stopChan chan bool) (uint64, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.