Versions in this module Expand all Collapse all v0 v0.9.0 Apr 4, 2019 v0.8.0 Jan 15, 2019 Changes in this version + type AuthConfig struct + Auth string + Email string + IdentityToken string + Password string + RegistryToken string + ServerAddress string + Username string + type ECIProvider struct + func NewECIProvider(config string, rm *manager.ResourceManager, nodeName, operatingSystem string, ...) (*ECIProvider, error) + func (p *ECIProvider) Capacity(ctx context.Context) v1.ResourceList + func (p *ECIProvider) CreatePod(ctx context.Context, pod *v1.Pod) error + func (p *ECIProvider) DeletePod(ctx context.Context, pod *v1.Pod) error + func (p *ECIProvider) ExecInContainer(name string, uid types.UID, container string, cmd []string, in io.Reader, ...) error + func (p *ECIProvider) GetCgs() []eci.ContainerGroup + func (p *ECIProvider) GetContainerLogs(ctx context.Context, namespace, podName, containerName string, tail int) (string, error) + func (p *ECIProvider) GetPod(ctx context.Context, namespace, name string) (*v1.Pod, error) + func (p *ECIProvider) GetPodFullName(namespace string, pod string) string + func (p *ECIProvider) GetPodStatus(ctx context.Context, namespace, name string) (*v1.PodStatus, error) + func (p *ECIProvider) GetPods(ctx context.Context) ([]*v1.Pod, error) + func (p *ECIProvider) NodeAddresses(ctx context.Context) []v1.NodeAddress + func (p *ECIProvider) NodeConditions(ctx context.Context) []v1.NodeCondition + func (p *ECIProvider) NodeDaemonEndpoints(ctx context.Context) *v1.NodeDaemonEndpoints + func (p *ECIProvider) OperatingSystem() string + func (p *ECIProvider) UpdatePod(ctx context.Context, pod *v1.Pod) error