You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
406 B
Go
11 lines
406 B
Go
6 years ago
|
// 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
|
||
|
|
||
|
// Package v1beta1 is the first version of the Stack spec, containing only a compose file
|
||
|
// +k8s:openapi-gen=true
|
||
|
// +k8s:deepcopy-gen=package,register
|
||
|
// +k8s:defaulter-gen=TypeMeta
|
||
|
// +groupName=compose.docker.com
|
||
|
package v1beta1
|