Skip to content

Add SkaffoldYamlGenerator. #10

@coollog

Description

@coollog

This class should generate a skaffold.yaml with some degree of customization, but mostly to support the case of:

apiVersion: skaffold/v1alpha2
kind: Config
deploy:
 kubectl:
   manifests:
   - MANIFEST_PATH

This class should generate the YAML as a String to be able to be passed via stdin to skaffold <command> -f -.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions