package
Version:
v0.7.2
Opens a new window with list of versions in this module.
Published: Feb 11, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 20
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package kubernetes provides the ability for Vela to
integrate with Kubernetes as a runtime environment.
Usage:
import "github.com/go-vela/pkg-runtime/runtime/kubernetes"
func New(namespace, path string, _volumes, _privilegedImages []string) (*client, error)
New returns an Engine implementation that
integrates with a Kubernetes runtime.
nolint: golint // ignore returning unexported client
NewMock returns an Engine implementation that
integrates with a Kubernetes runtime.
This function is intended for running tests only.
nolint: golint // ignore returning unexported client
Source Files
¶
Click to show internal directories.
Click to hide internal directories.