Documentation
¶
Index ¶
- Constants
- func AskParameter(parameter manifest.Parameter, environment map[string]string, ...) (interface{}, error)
- func BackupCreate(request *Request, bundles []string, jsonOutput, allowPartial bool, ...)
- func Execute(request *Request, pipe io.WriteCloser)
- func Invoke(request *Request)
- func Render(manifestFilenames, stateFilenames []string, ...)
- type BinVersion
- type OpenErr
- type Request
- type TemplateRef
Constants ¶
View Source
const ( HubEnvVarNameComponentName = "HUB_COMPONENT" HubEnvVarNameComponentDir = "HUB_COMPONENT_DIR" HubEnvVarNameStackBasedir = "HUB_BASE_DIR" HubEnvVarNameRandom = "HUB_RANDOM" SkaffoldKubeContextEnvVarName = "SKAFFOLD_KUBE_CONTEXT" HubEnvVarHubStackName = "HUB_STACK_NAME" )
Variables ¶
This section is empty.
Functions ¶
func AskParameter ¶
func BackupCreate ¶
func BackupCreate(request *Request, bundles []string, jsonOutput, allowPartial bool, pipe io.WriteCloser)
func Execute ¶
func Execute(request *Request, pipe io.WriteCloser)
Types ¶
type BinVersion ¶
type BinVersion struct {
// contains filtered or unexported fields
}
type Request ¶
type Request struct {
Verb string
DryRun bool
ManifestFilenames []string
StateFilenames []string
LoadFinalState bool
EnabledClouds []string
Component string // invoke
Components []string // deploy & undeploy, backup
OffsetComponent string // deploy & undeploy
LimitComponent string // deploy & undeploy
GuessComponent bool // undeploy
OsEnvironmentMode string
EnvironmentOverrides string
ComponentsBaseDir string
GitOutputs bool
GitOutputsStatus bool
Environment string
StackInstance string
Application string
SyncStackInstance bool
SyncSkipParametersAndOplog bool
WriteOplogToStateOnError bool
}
type TemplateRef ¶
Click to show internal directories.
Click to hide internal directories.