github.com/justincormack/cli@v0.0.0-20201215022714-831ebeae9675/kubernetes/compose/v1beta2/composefile_stack_types.go (about)

     1  package v1beta2
     2  
     3  import api "github.com/docker/compose-on-kubernetes/api/compose/v1beta2"
     4  
     5  // ComposeFile is the content of a stack's compose file if any
     6  // Deprecated: Use github.com/docker/compose-on-kubernetes/api/compose/v1beta2.ComposeFile instead
     7  type ComposeFile = api.ComposeFile