k8s

package
v1.5.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 18 Imported by: 150

Documentation

Index

Constants

View Source
const (
	UserAddonResourceName         = "rke-user-addon"
	UserAddonsIncludeResourceName = "rke-user-includes-addons"
)
View Source
const (
	DefaultRetries          = 5
	DefaultSleepSeconds     = 5
	DefaultTimeout          = 45
	K8sWrapTransportTimeout = 30
)
View Source
const (
	HostnameLabel                = "kubernetes.io/hostname"
	InternalAddressAnnotation    = "rke.cattle.io/internal-ip"
	ExternalAddressAnnotation    = "rke.cattle.io/external-ip"
	AWSCloudProvider             = "aws"
	ExternalAWSCloudProviderName = "external-aws"
	MaxRetries                   = 5
	RetryInterval                = 5
)

Variables

This section is empty.

Functions

func ApplyK8sSystemJob

func ApplyK8sSystemJob(jobYaml, kubeConfigPath string, k8sWrapTransport transport.WrapperFunc, timeout int, resourceName string, addonUpdated bool) error

func CordonUncordon

func CordonUncordon(k8sClient *kubernetes.Clientset, nodeName string, nodeAddress string, cloudProviderName string, cordoned bool) error

func DecodeYamlResource added in v1.0.0

func DecodeYamlResource(resource interface{}, yamlManifest string) error

func DeleteConfigMap added in v0.2.0

func DeleteConfigMap(k8sClient *kubernetes.Clientset, configMapName string) error

func DeleteDeploymentIfExists added in v1.2.4

func DeleteDeploymentIfExists(ctx context.Context, k8sClient *kubernetes.Clientset, name, namespace string) error

func DeleteK8sJobIfExists added in v1.2.12

func DeleteK8sJobIfExists(k8sClient *kubernetes.Clientset, name, namespace string) error

func DeleteK8sSystemJob added in v0.1.9

func DeleteK8sSystemJob(jobYaml string, k8sClient *kubernetes.Clientset, timeout int) error

func DeleteNode

func DeleteNode(k8sClient *kubernetes.Clientset, nodeName string, nodeAddress string, cloudProviderName string) error

func DeletePods added in v0.2.0

func DeletePods(k8sClient *kubernetes.Clientset, podList *v1.PodList) error

func DeleteServiceIfExists added in v1.2.4

func DeleteServiceIfExists(ctx context.Context, k8sClient *kubernetes.Clientset, name, namespace string) error

func GetConfigMap

func GetConfigMap(k8sClient *kubernetes.Clientset, configMapName string) (*v1.ConfigMap, error)

func GetNode

func GetNode(k8sClient *kubernetes.Clientset, nodeName, nodeAddress, cloudProviderName string) (*v1.Node, error)

func GetNodeList

func GetNodeList(k8sClient *kubernetes.Clientset) (*v1.NodeList, error)

func GetSecret

func GetSecret(k8sClient *kubernetes.Clientset, secretName, namespace string) (*v1.Secret, error)

func GetSecretsList added in v1.0.0

func GetSecretsList(k8sClient *kubernetes.Clientset, namespace string) (*v1.SecretList, error)

func GetSystemSecret added in v1.0.0

func GetSystemSecret(k8sClient *kubernetes.Clientset, secretName string) (*v1.Secret, error)

func IsNodeReady

func IsNodeReady(node v1.Node) bool

func ListPodsByLabel added in v0.2.0

func ListPodsByLabel(k8sClient *kubernetes.Clientset, label string) (*v1.PodList, error)

func NewClient

func NewClient(kubeConfigPath string, k8sWrapTransport transport.WrapperFunc) (*kubernetes.Clientset, error)

func SetNodeAddressesAnnotations added in v0.2.0

func SetNodeAddressesAnnotations(node *v1.Node, internalAddress, externalAddress string)

func SyncNodeLabels added in v0.2.0

func SyncNodeLabels(node *v1.Node, toAddLabels, toDelLabels map[string]string)

func SyncNodeTaints added in v0.2.0

func SyncNodeTaints(node *v1.Node, toAddTaints, toDelTaints []string)

func UpdateClusterRoleBindingFromYaml

func UpdateClusterRoleBindingFromYaml(k8sClient *kubernetes.Clientset, clusterRoleBindingYaml string) error

func UpdateClusterRoleFromYaml

func UpdateClusterRoleFromYaml(k8sClient *kubernetes.Clientset, clusterRoleYaml string) error

func UpdateConfigMap

func UpdateConfigMap(k8sClient *kubernetes.Clientset, configYaml []byte, configMapName string) (bool, error)

func UpdatePodSecurityPolicyFromYaml

func UpdatePodSecurityPolicyFromYaml(k8sClient *kubernetes.Clientset, pspYaml string) error

func UpdateRoleBindingFromYaml

func UpdateRoleBindingFromYaml(k8sClient *kubernetes.Clientset, roleBindingYaml, namespace string) error

func UpdateRoleFromYaml

func UpdateRoleFromYaml(k8sClient *kubernetes.Clientset, roleYaml, namespace string) error

func UpdateSecret

func UpdateSecret(k8sClient *kubernetes.Clientset, secret *v1.Secret) error

func UpdateServiceAccountFromYaml

func UpdateServiceAccountFromYaml(k8sClient *kubernetes.Clientset, serviceAccountYaml string) error

Types

type JobStatus added in v0.1.8

type JobStatus struct {
	Completed bool
	Created   bool
	Removing  bool
}

func GetK8sJobStatus added in v0.1.9

func GetK8sJobStatus(k8sClient *kubernetes.Clientset, name, namespace string) (JobStatus, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL