github.com/docker/compose-on-kubernetes@v0.5.0/api/compose/v1alpha3/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  // Package v1alpha3 is the current in dev version of the stack, containing evolution on top of v1beta2 structured spec
     6  // +k8s:openapi-gen=true
     7  // +k8s:conversion-gen=github.com/docker/compose-on-kubernetes/api/compose/v1beta2
     8  package v1alpha3