File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
docs/book/src/getting-started/testdata/project/internal/controller
hack/docs/internal/getting-started Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ import (
39
39
const (
40
40
// typeAvailableMemcached represents the status of the Deployment reconciliation
41
41
typeAvailableMemcached = "Available"
42
- // typeDegradedMemcached represents the status used when the custom resource is deleted and the finalizer operations are yet to occur.
43
- typeDegradedMemcached = "Degraded"
44
42
)
45
43
46
44
// MemcachedReconciler reconciles a Memcached object
Original file line number Diff line number Diff line change @@ -285,8 +285,6 @@ const controllerStatusTypes = `
285
285
const (
286
286
// typeAvailableMemcached represents the status of the Deployment reconciliation
287
287
typeAvailableMemcached = "Available"
288
- // typeDegradedMemcached represents the status used when the custom resource is deleted and the finalizer operations are yet to occur.
289
- typeDegradedMemcached = "Degraded"
290
288
)`
291
289
292
290
const controllerInfoReconcileOld = `// TODO(user): Modify the Reconcile function to compare the state specified by
You can’t perform that action at this time.
0 commit comments