github.com/ali-iotechsys/cli@v20.10.0+incompatible/kubernetes/compose/v1beta1/doc.go (about)

     1  // Api versions allow the api contract for a resource to be changed while keeping
     2  // backward compatibility by support multiple concurrent versions
     3  // of the same resource
     4  
     5  // +k8s:openapi-gen=true
     6  // +k8s:deepcopy-gen=package,register
     7  // +k8s:defaulter-gen=TypeMeta
     8  // +groupName=compose.docker.com
     9  
    10  // Package v1beta1 is the first version of the Stack spec, containing only a compose file
    11  package v1beta1 // import "github.com/docker/cli/kubernetes/compose/v1beta1"