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 (
3939const (
4040 // typeAvailableMemcached represents the status of the Deployment reconciliation
4141 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"
4442)
4543
4644// MemcachedReconciler reconciles a Memcached object
Original file line number Diff line number Diff line change @@ -285,8 +285,6 @@ const controllerStatusTypes = `
285285const (
286286 // typeAvailableMemcached represents the status of the Deployment reconciliation
287287 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"
290288)`
291289
292290const 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