Versions in this module Expand all Collapse all v0 v0.4.0 Mar 28, 2017 Changes in this version + func PollAPIServer(k8s KubernetesClient, est ResourceEstimator, contName string, ...) + type ExponentialEstimator struct + Resources []Resource + ScaleFactor float64 + type KubernetesClient interface + ContainerResources func() (*api.ResourceRequirements, error) + CountNodes func() (uint64, error) + UpdateDeployment func(resources *api.ResourceRequirements) error + func NewKubernetesClient(namespace, deployment, pod, container string, clientset *client.Clientset) KubernetesClient + type LinearEstimator struct + Resources []Resource + type Resource struct + Base resource.Quantity + ExtraPerNode resource.Quantity + Name api.ResourceName + type ResourceEstimator interface