Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + func NewController(clientset *kubernetes.Clientset, config *EnvironmentsConfig) (cache.Controller, error) + type EnvironmentsConfig struct + LimitRangeMemory LimitRangeConfig + Namespace string + ResourceQuota ResourceQuotaConfig + type FormattedQuantity int64 + func (fq *FormattedQuantity) AsQuantity() *resource.Quantity + func (fq *FormattedQuantity) Unmarshal(value string) error + type LimitRangeConfig struct + Default FormattedQuantity + DefaultRequest FormattedQuantity + Max FormattedQuantity + type ResourceQuotaConfig struct + LimitsMemory FormattedQuantity + RequestsMemory FormattedQuantity