reg/vendor/github.com/docker/docker-ce/components/cli/kubernetes/compose/v1beta2/doc.go

7 lines
334 B
Go
Raw Normal View History

// 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"