2018-01-31 09:37:14 -05:00
|
|
|
package v1beta2
|
|
|
|
|
2018-12-19 10:36:25 -05:00
|
|
|
import api "github.com/docker/compose-on-kubernetes/api/client/informers/compose/v1beta2"
|
2018-01-31 09:37:14 -05:00
|
|
|
|
|
|
|
// StackInformer provides access to a shared informer and lister for
|
|
|
|
// Stacks.
|
2018-12-19 10:36:25 -05:00
|
|
|
// Deprecated: Use github.com/docker/compose-on-kubernetes/api/client/informers/compose/v1beta2.StackInformer instead
|
|
|
|
type StackInformer = api.StackInformer
|