Skip to content

Commit

Permalink
Merge pull request #4335 from vtrenton/remove-unused-var
Browse files Browse the repository at this point in the history
📖 Docs: removed typeDegradedMemcached and comment
  • Loading branch information
k8s-ci-robot authored Nov 20, 2024
2 parents 026c5f0 + 38421b6 commit 2cb3c51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ import (
const (
// typeAvailableMemcached represents the status of the Deployment reconciliation
typeAvailableMemcached = "Available"
// typeDegradedMemcached represents the status used when the custom resource is deleted and the finalizer operations are yet to occur.
typeDegradedMemcached = "Degraded"
)

// MemcachedReconciler reconciles a Memcached object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ const controllerStatusTypes = `
const (
// typeAvailableMemcached represents the status of the Deployment reconciliation
typeAvailableMemcached = "Available"
// typeDegradedMemcached represents the status used when the custom resource is deleted and the finalizer operations are yet to occur.
typeDegradedMemcached = "Degraded"
)`

const controllerInfoReconcileOld = `// TODO(user): Modify the Reconcile function to compare the state specified by
Expand Down

0 comments on commit 2cb3c51

Please sign in to comment.