2018-01-31 09:37:14 -05:00
|
|
|
// Api versions allow the api contract for a resource to be changed while keeping
|
2017-11-20 09:30:52 -05:00
|
|
|
// backward compatibility by support multiple concurrent versions
|
|
|
|
// of the same resource
|
2018-01-31 09:37:14 -05:00
|
|
|
|
2017-11-20 09:30:52 -05:00
|
|
|
// +k8s:openapi-gen=true
|
|
|
|
// +k8s:deepcopy-gen=package,register
|
|
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
|
|
// +groupName=compose.docker.com
|
2018-01-31 09:37:14 -05:00
|
|
|
|
|
|
|
// Package v1beta1 is the first version of the Stack spec, containing only a compose file
|
2017-12-04 03:44:06 -05:00
|
|
|
package v1beta1 // import "github.com/docker/cli/kubernetes/compose/v1beta1"
|