Documentation ¶
Overview ¶
Copyright © 2020 Vertigo Tecnologia. All rights reserved. Licensed under the Apache License, Version 2.0. See LICENSE file in the project root for full license information.
Index ¶
- func GetClient(kubeconfig string) (*kubernetes.Clientset, error)
- func GetDynamicClient(kubeconfig string) (dynamic.Interface, error)
- func OutputFunctionLog(functionName, kubeconfig, namespace, outputFlag string) error
- func RemoveDeployment(client *kubernetes.Clientset, deployName, namespace, title string, ...) error
- func RemoveFunction(functionName, namespace, title, kubeconfig string, verboseFlag bool) error
- func RemoveIngress(client *kubernetes.Clientset, ingressName, namespace, title string, ...) error
- func RemovePlugin(kongPluginName, kubeconfig string, verboseFlag bool) error
- func RemoveService(client *kubernetes.Clientset, serviceName, namespace, title string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDynamicClient ¶ added in v0.0.11
func OutputFunctionLog ¶ added in v0.0.7
func RemoveDeployment ¶ added in v0.0.5
func RemoveDeployment(client *kubernetes.Clientset, deployName, namespace, title string, verboseFlag bool) error
func RemoveFunction ¶ added in v0.0.11
func RemoveIngress ¶ added in v0.0.5
func RemoveIngress(client *kubernetes.Clientset, ingressName, namespace, title string, verboseFlag bool) error
func RemovePlugin ¶ added in v0.0.11
func RemoveService ¶ added in v0.0.5
func RemoveService(client *kubernetes.Clientset, serviceName, namespace, title string, verboseFlag bool) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.