Versions in this module Expand all Collapse all v1 v1.1.0 Sep 28, 2018 Changes in this version + const Version + var Kubernetes = &kubernetesInfo + type BuildConfig struct + ContextPath *string + DockerfilePath *string + Engine *BuildEngine + LatestTimestamp *string + Options *BuildOptions + type BuildEngine struct + Docker *DockerBuildEngine + Kaniko *KanikoBuildEngine + type BuildOptions struct + BuildArgs *map[string]*string + Network *string + Target *string + type Cluster struct + APIServer *string + CaCert *string + UseKubeConfig *bool + User *ClusterUser + type ClusterUser struct + ClientCert *string + ClientKey *string + Username *string + type Config struct + Cluster *Cluster + DevSpace *DevSpaceConfig + Images *map[string]*ImageConfig + Registries *map[string]*RegistryConfig + Services *ServiceConfig + Version *string + type DevSpaceConfig struct + ChartHash *string + PortForwarding *[]*PortForwardingConfig + Release *Release + Sync *[]*SyncConfig + Terminal *Terminal + type DockerBuildEngine struct + Enabled *bool + PreferMinikube *bool + type ImageConfig struct + Build *BuildConfig + Name *string + Registry *string + Tag *string + type InternalRegistry struct + Release *Release + type KanikoBuildEngine struct + Enabled *bool + Namespace *string + type PortForwardingConfig struct + LabelSelector *map[string]*string + Namespace *string + PortMappings *[]*PortMapping + ResourceType *string + type PortMapping struct + LocalPort *int + RemotePort *int + type RegistryAuth struct + Password *string + Username *string + type RegistryConfig struct + Auth *RegistryAuth + Insecure *bool + URL *string + type Release struct + Name *string + Namespace *string + Values *map[interface{}]interface{} + type ServiceConfig struct + InternalRegistry *InternalRegistry + Tiller *TillerConfig + type SyncConfig struct + ContainerName *string + ContainerPath *string + DownloadExcludePaths *[]string + ExcludePaths *[]string + LabelSelector *map[string]*string + LocalSubPath *string + Namespace *string + ResourceType *string + UploadExcludePaths *[]string + type Terminal struct + Command *[]*string + ContainerName *string + type TillerConfig struct + AppNamespaces *[]*string + Release *Release Incompatible versions in this module v2.5.1+incompatible Dec 20, 2018 v2.2.1+incompatible Nov 5, 2018