Documentation ¶
Index ¶
Constants ¶
View Source
const ( PVC = "persistentVolumeClaim" EMPTYDIR = "emptyDir" HOSTPATH = "hostPath" CONFIGMAP = "configMap" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConvertBuild ¶
type ConvertBuild string
const ( LOCAL ConvertBuild = "local" BUILD_CONFIG ConvertBuild = "build-config" NONE ConvertBuild = "none" )
type ConvertOptions ¶
type Kubernetes ¶
type KubernetesController ¶
type KubernetesController string
const ( DEPLOYMENT KubernetesController = "deployment" DAEMONSET KubernetesController = "daemonSet" REPLICATION_CONTROLLER KubernetesController = "replicationController" )
type Opt ¶
Opt is a configuration option to initialize a client
func WithErrorOnWarning ¶
func WithErrorOnWarning() Opt
func WithSuppressWarnings ¶
func WithSuppressWarnings() Opt
func WithVerboseOutput ¶
func WithVerboseOutput() Opt
type ServiceGroupMode ¶
type ServiceGroupMode string
const ( LABEL ServiceGroupMode = "label" VOLUME ServiceGroupMode = "volume" )
type VolumeType ¶
type VolumeType string
Click to show internal directories.
Click to hide internal directories.