Documentation
¶
Index ¶
- Variables
- func ApplyVPARecommendations(kubeClients *client.KubeClients, vpa *vpa.VerticalPodAutoscaler, ...) error
- func UpdateCluster(dynamicClient *dynamic.DynamicClient, vpa *vpa.VerticalPodAutoscaler, ...) (*reporting.UpdateResult, error)
- func UpdateCronJob(clientset *kubernetes.Clientset, vpa *vpa.VerticalPodAutoscaler, ...) (*reporting.UpdateResult, error)
- func UpdateDaemonSet(clientset *kubernetes.Clientset, vpa *vpa.VerticalPodAutoscaler, ...) (*reporting.UpdateResult, error)
- func UpdateDeployment(clientset *kubernetes.Clientset, vpa *vpa.VerticalPodAutoscaler, ...) (*reporting.UpdateResult, error)
- func UpdateStatefulSet(clientset *kubernetes.Clientset, vpa *vpa.VerticalPodAutoscaler, ...) (*reporting.UpdateResult, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var FieldManager = "oblik-operator"
Functions ¶
func ApplyVPARecommendations ¶ added in v0.1.11
func ApplyVPARecommendations(kubeClients *client.KubeClients, vpa *vpa.VerticalPodAutoscaler, scfg *config.StrategyConfig) error
func UpdateCluster ¶
func UpdateCluster(dynamicClient *dynamic.DynamicClient, vpa *vpa.VerticalPodAutoscaler, scfg *config.StrategyConfig) (*reporting.UpdateResult, error)
func UpdateCronJob ¶
func UpdateCronJob(clientset *kubernetes.Clientset, vpa *vpa.VerticalPodAutoscaler, scfg *config.StrategyConfig) (*reporting.UpdateResult, error)
func UpdateDaemonSet ¶
func UpdateDaemonSet(clientset *kubernetes.Clientset, vpa *vpa.VerticalPodAutoscaler, scfg *config.StrategyConfig) (*reporting.UpdateResult, error)
func UpdateDeployment ¶
func UpdateDeployment(clientset *kubernetes.Clientset, vpa *vpa.VerticalPodAutoscaler, scfg *config.StrategyConfig) (*reporting.UpdateResult, error)
func UpdateStatefulSet ¶
func UpdateStatefulSet(clientset *kubernetes.Clientset, vpa *vpa.VerticalPodAutoscaler, scfg *config.StrategyConfig) (*reporting.UpdateResult, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.