Auto generated code for StatefulSet update

This commit is contained in:
Kenneth Owens
2017-06-04 15:31:56 -07:00
parent cec4171775
commit 1a784ef86f
27 changed files with 4058 additions and 416 deletions

View File

@@ -33,6 +33,7 @@ func startStatefulSetController(ctx ControllerContext) (bool, error) {
ctx.InformerFactory.Core().V1().Pods(),
ctx.InformerFactory.Apps().V1beta1().StatefulSets(),
ctx.InformerFactory.Core().V1().PersistentVolumeClaims(),
ctx.InformerFactory.Apps().V1beta1().ControllerRevisions(),
ctx.ClientBuilder.ClientOrDie("statefulset-controller"),
).Run(1, ctx.Stop)
return true, nil