k8sutil

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

The package k8sutil contains some helper code which simplifies interaction with a Kubernetes cluster.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetKubernetesVersion

func GetKubernetesVersion(cfg *rest.Config) (*version.Version, error)

GetKubernetesVersion returns kubernetes server version

func GetNamespace

func GetNamespace(ctx context.Context) string

GetNamespace returns the namespace of the operator pod defaults to "kube-system"

func IsOpenShift added in v1.0.0

func IsOpenShift(cfg *rest.Config) (bool, error)

IsOpenShift determines whether the cluster is based on OpenShift.

func NewClient added in v0.9.0

func NewClient(qps float64, burst int) (kubernetes.Interface, error)

NewClient connects to an API server either through KUBECONFIG (if set) or through the in-cluster env variables.

Types

This section is empty.

Jump to

Keyboard shortcuts

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