Skip to content

Commit 2bcbaa8

Browse files
authored
Merge pull request #354 from ChristopherFry/cfry/reconciler-options
docs: fix link and typos on reconciler options readme
2 parents 67b1614 + 7a9364a commit 2bcbaa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reconciler-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Reconciler Options in Kubebuilder-declarative-pattern
1+
## Reconciler Options in kubebuilder-declarative-pattern
22

3-
Kubebuilder-declarative-pattern is structured in a way that makes it easy for you to turn functionality(provided in kubebuilder-declarative-patter) on and off in the operator you have created. This also makes it easy to add new functionality to your operator. This README serves as a references for these functionalities and indicates which ones are enabled by default.
3+
kubebuilder-declarative-pattern is structured in a way that makes it easy for you to turn functionality (provided in kubebuilder-declarative-pattern) on and off in the operator you have created. This also makes it easy to add new functionality to your operator. This README serves as a reference for these functionalities and indicates which ones are enabled by default.
44

55
The options are:
66
## WithRawManifestOperation
@@ -22,7 +22,7 @@ WithManifestController overrides the default source for loading manifests.
2222

2323
## WithApplyPrune
2424
WithApplyPrune turns on the --prune behavior of kubectl apply. This behavior deletes any objects that exist in the API server that are not deployed by the current version of the manifest which match a label specific to the addon instance.
25-
This option requires (WithLabels)[#withLabels] to be used.
25+
This option requires [WithLabels](#withlabels) to be used.
2626

2727
## WithOwner
2828
WithOwner sets an owner ref on each deployed object by the [OwnerSelector].

0 commit comments

Comments
 (0)