Documentation ¶
Index ¶
- Variables
- type App
- type Etcd
- func (e *Etcd) CreateAbsoluteDir(absoluteDir string) error
- func (e *Etcd) CreateAbsoluteKey(absoluteKey, value string) (string, error)
- func (e *Etcd) CreateKey(key, value string) (string, error)
- func (e *Etcd) DeleteAbsoluteKey(absoluteKey string) (string, error)
- func (e *Etcd) DeleteKey(key string) (string, error)
- func (e *Etcd) GetAbsoluteDir(absoluteDir string) (*client.Response, error)
- func (e *Etcd) GetAbsoluteDirIps(absoluteDir string) ([]Ip, error)
- func (e *Etcd) GetAbsoluteKey(absoluteKey string) (string, error)
- func (e *Etcd) GetKey(key string) (string, error)
- func (e *Etcd) QueryContainerCores(podname string) (int, error)
- func (e *Etcd) QueryContainerid(containerid string) (string, error)
- type Ip
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Etcd ¶
type Etcd struct {
// contains filtered or unexported fields
}
func NewEtcdClient ¶
func (*Etcd) CreateAbsoluteDir ¶
func (*Etcd) CreateAbsoluteKey ¶
func (*Etcd) DeleteAbsoluteKey ¶
func (*Etcd) GetAbsoluteDir ¶
Click to show internal directories.
Click to hide internal directories.