updated struct name

pull/7/head
Karolis Rusenas 2017-06-14 20:03:37 +01:00
parent 6e07105e56
commit 580df80f34
2 changed files with 2 additions and 3 deletions

View File

@ -129,7 +129,7 @@ func setupTriggers(ctx context.Context, k8sImplementer kubernetes.Implementer, p
return
}
ps, err := pubsub.NewSubscriber(&pubsub.Opts{
ps, err := pubsub.NewPubsubSubscriber(&pubsub.Opts{
ProjectID: projectID,
Providers: providers,
})

View File

@ -100,5 +100,4 @@ Now, edit [deployment file](https://github.com/rusenask/keel/blob/master/hack/de
kubectl create -f hack/deployment.yml
```
Once Keel is deployed in your Kubernetes cluster - it occasionally scans your current deployments and looks for ones that have label _keel.observer/policy_. It then checks whether appropriate subscriptions and topics are set for GCR registries, if not - auto-creates them.
Once Keel is deployed in your Kubernetes cluster - it occasionally scans your current deployments and looks for ones that have label _keel.observer/policy_. It then checks whether appropriate subscriptions and topics are set for GCR registries, if not - auto-creates them.