1package v1beta1
2
3import api "github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta1"
4
5// StacksGetter has a method to return a StackInterface.
6// A group's client should implement this interface.
7// Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta1.StacksGetter instead
8type StacksGetter = api.StacksGetter
9
10// StackInterface has methods to work with Stack resources.
11// Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/clientset/typed/compose/v1beta1.StackInterface instead
12type StackInterface = api.StackInterface
13