 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  const HelmChartsDir string = "helm-charts"
    HelmChartsDir is the relative directory within an SDK project where Helm charts are stored.
      View Source
      
  
const WatchesYamlFile = "watches.yaml"
    Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dockerfile ¶
Dockerfile specifies the Helm Dockerfile scaffold
type DockerfileHybrid ¶ added in v0.4.0
type DockerfileHybrid struct {
	input.Input
	// HelmCharts - if true, include a COPY statement for the helm-charts directory
	HelmCharts bool
	// Watches - if true, include a COPY statement for watches.yaml
	Watches bool
}
    DockerfileHybrid - Dockerfile for a hybrid operator
type Entrypoint ¶ added in v0.4.0
Entrypoint - entrypoint script
 Click to show internal directories. 
   Click to hide internal directories.