mirror of
https://github.com/docker/compose.git
synced 2025-09-21 16:57:51 +02:00
fix lint error
Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
parent
a926f7d717
commit
28895d0322
@ -33,7 +33,8 @@ import (
|
|||||||
const (
|
const (
|
||||||
TransformerLabel = "com.docker.compose.bridge"
|
TransformerLabel = "com.docker.compose.bridge"
|
||||||
DefaultTransformerImage = "docker/compose-bridge-kubernetes"
|
DefaultTransformerImage = "docker/compose-bridge-kubernetes"
|
||||||
templatesPath = "/templates"
|
|
||||||
|
templatesPath = "/templates"
|
||||||
)
|
)
|
||||||
|
|
||||||
type CreateTransformerOptions struct {
|
type CreateTransformerOptions struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user