mirror of https://github.com/docker/cli.git
7 lines
334 B
Go
7 lines
334 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
|
|
|
|
// Package v1beta2 is the second version of the stack, containing a structured spec
|
|
package v1beta2 // import "github.com/docker/cli/kubernetes/compose/v1beta2"
|