flytek8s

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Collection of shared utils for initializing kubernetes clients within flyteadmin.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetRestClientConfig

func GetRestClientConfig(kubeConfig, master string,
	k8sCluster *runtimeInterfaces.ClusterConfig) (*restclient.Config, error)

Initializes a config using a variety of configurable or default fallback options that can be passed to a Kubernetes client on initialization.

func GetRestClientConfigForCluster added in v0.1.1

func GetRestClientConfigForCluster(cluster runtimeInterfaces.ClusterConfig) (*restclient.Config, error)

func NewKubeClient

func NewKubeClient(kubeConfig, master string, k8sCluster *runtimeInterfaces.ClusterConfig) (client.Client, error)

Initializes a kubernetes Client which performs CRD operations on Kubernetes objects

func RemoteClusterConfig

func RemoteClusterConfig(host string, auth runtimeInterfaces.Auth) (*restclient.Config, error)

Reads secret values from paths specified in the config to initialize a Kubernetes rest client Config.

Types

This section is empty.

Jump to

Keyboard shortcuts

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