Documentation ¶
Overview ¶
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"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientOpt ¶ added in v0.8.0
type ClientOpt func(*client) error
ClientOpt represents a configuration option to initialize the runtime client.
func WithConfigFile ¶ added in v0.8.0
WithConfigFile sets the Kubernetes config file in the runtime client.
func WithHostVolumes ¶ added in v0.8.0
WithHostVolumes sets the Kubernetes host volumes in the runtime client.
func WithNamespace ¶ added in v0.8.0
WithNamespace sets the Kubernetes namespace in the runtime client.
func WithPrivilegedImages ¶ added in v0.8.0
WithPrivilegedImages sets the Kubernetes privileged images in the runtime client.
Click to show internal directories.
Click to hide internal directories.