Documentation
¶
Index ¶
Constants ¶
View Source
const (
DockerComposeV1GeneratorName = "docker-compose/v1"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DockerComposeOptions ¶
type DockerComposeOptions struct {
Action configcmd.BulkAction
In io.Reader
Filenames []string
Generator string
AsTemplate string
PrintObject func(runtime.Object) error
OutputVersions []unversioned.GroupVersion
Namespace string
Client client.TemplateConfigsNamespacer
}
func (*DockerComposeOptions) Run ¶
func (o *DockerComposeOptions) Run() error
func (*DockerComposeOptions) Validate ¶
func (o *DockerComposeOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.