Skip to content

Commit

Permalink
Merge pull request #5980 from Nordix/add-HasPausedAnnotation-HasSkipR…
Browse files Browse the repository at this point in the history
…emediation-annot-notice/furkat

📖 Add HasPausedAnnotation and HasSkipRemediationAnnotation func deprecation notes to v1.0-v1.1 migration doc
  • Loading branch information
k8s-ci-robot authored Jan 25, 2022
2 parents c3e0ec6 + 1cc6bb9 commit 5b9922a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/book/src/developer/providers/v1.0-to-v1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ are kept in sync with the versions used by `sigs.k8s.io/controller-runtime`.
in `api/v1beta1` are deprecated: `SetupWebhookWithManager`, `Default`, `ValidateCreate`, `ValidateUpdate` and `ValidateDelete`.
* The `third_party/kubernetes-drain` package is deprecated, as we're now using `k8s.io/kubectl/pkg/drain` instead ([PR](https://github.com/kubernetes-sigs/cluster-api/pull/5440)).
* `util/version.CompareWithBuildIdentifiers` has been deprecated, please use `util/version.Compare(a, b, WithBuildTags())` instead.
* The functions `annotations.HasPausedAnnotation` and `annotations.HasSkipRemediationAnnotation` have been deprecated, please use
`annotations.HasPaused` and `annotations.HasSkipRemediation` respectively instead.

### Removals

Expand Down

0 comments on commit 5b9922a

Please sign in to comment.