mirror of https://github.com/docker/cli.git
12 lines
468 B
Go
12 lines
468 B
Go
// Api versions allow the api contract for a resource to be changed while keeping
|
|
// backward compatibility by support multiple concurrent versions
|
|
// of the same resource
|
|
|
|
// +k8s:openapi-gen=true
|
|
// +k8s:deepcopy-gen=package,register
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +groupName=compose.docker.com
|
|
|
|
// Package v1beta1 is the first version of the Stack spec, containing only a compose file
|
|
package v1beta1 // import "github.com/docker/cli/kubernetes/compose/v1beta1"
|