Documentation
¶
Overview ¶
Copyright (C) 2021-2024, Kubefirst
This program is licensed under MIT. See the LICENSE file for more details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CheckForExistingPortForwards = internal.CheckForExistingPortForwards
View Source
var CreateKubeConfig = internal.CreateKubeConfig
View Source
var CreateSecretV2 = internal.CreateSecretV2
View Source
var GetSecretValue = internal.GetSecretValue
View Source
var OpenPortForwardPodWrapper = internal.OpenPortForwardPodWrapper
View Source
var ReadSecretV2 = internal.ReadSecretV2
View Source
var ReadSecretV2Old = internal.ReadSecretV2Old
View Source
var ReadService = internal.ReadService
View Source
var ReturnDeploymentObject = internal.ReturnDeploymentObject
View Source
var ReturnJobObject = internal.ReturnJobObject
View Source
var ReturnStatefulSetObject = internal.ReturnStatefulSetObject
View Source
var UpdateSecretV2 = internal.UpdateSecretV2
View Source
var VerifyArgoCDReadiness = internal.VerifyArgoCDReadiness
View Source
var WaitForDeploymentReady = internal.WaitForDeploymentReady
View Source
var WaitForJobComplete = internal.WaitForJobComplete
View Source
var WaitForStatefulSetReady = internal.WaitForStatefulSetReady
Functions ¶
func CreateKubeConfigOld ¶
func CreateKubeConfigOld(inCluster bool, kubeConfigPath string) *k8s.KubernetesClient
CreateKubeConfig returns a struct KubernetesClient with references to a clientset, restConfig, and path to the Kubernetes config used to generate the client
Types ¶
type CloudAccountsArgs ¶
type CloudAccountsArgs struct {
CloudAccounts string `json:"cloud_accounts"`
}
type KubernetesClient ¶
type KubernetesClient = internal.KubernetesClient
type UpdateSecretArgs ¶
type UpdateSecretArgs struct {
ConsoleTour string `json:"console-tour"`
}
Click to show internal directories.
Click to hide internal directories.