Documentation ¶
Index ¶
Constants ¶
View Source
const ( None = "" Cluster = "cluster" Namespace = "namespace" )
Variables ¶
View Source
var ( OverrideVersion = "" OverrideRegistry = "" OverrideNamespace = "" )
Functions ¶
func Deploy ¶
func Deploy(deployOptions DeployOptions) error
func Upgrade ¶
func Upgrade(upgradeOptions UpgradeOptions) error
Types ¶
type DeployOptions ¶ added in v0.9.0
type DeployOptions struct { Namespace string Kubeconfig string Context string IncludeShip bool IncludeGitHub bool S3AccessKey string S3SecretKey string JWT string PostgresPassword string APIEncryptionKey string AutoCreateClusterToken string ServiceType string NodePort int32 Hostname string ApplicationMetadata []byte }
type UpgradeOptions ¶ added in v0.9.14
Source Files ¶
Click to show internal directories.
Click to hide internal directories.