Documentation ¶
Index ¶
Constants ¶
View Source
const DeploymentFile = "deployment.yaml.tmpl"
View Source
const Path = "/kubernetes"
View Source
const ServiceFile = "service.yaml.tmpl"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Copier ¶
type Copier struct { NodeDirectoryName string TemplatesRootPath string Data map[string]interface{} IsRestServer bool RestServerPort string IsGrpcServer bool GrpcServerPort string }
Copier integrations specific copier
func (Copier) CreateKubernetesFiles ¶
CreateKubernetesFiles creates required directory and copies files from language template.
Click to show internal directories.
Click to hide internal directories.