Dockerfile provider (#329)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-04-29 18:15:29 +02:00
committed by GitHub
parent 75eea45fdb
commit 6ac7139ce2
24 changed files with 1468 additions and 48 deletions

View File

@@ -6,6 +6,7 @@ type Providers struct {
Swarm *PrdSwarm `yaml:"swarm,omitempty" json:"swarm,omitempty" label:"allowEmpty" file:"allowEmpty"`
Kubernetes *PrdKubernetes `yaml:"kubernetes,omitempty" json:"kubernetes,omitempty" label:"allowEmpty" file:"allowEmpty"`
File *PrdFile `yaml:"file,omitempty" json:"file,omitempty"`
Dockerfile *PrdDockerfile `yaml:"dockerfile,omitempty" json:"dockerfile,omitempty"`
}
// GetDefaults gets the default values