Skip to content

Commit 172381e

Browse files
committed
docs: additional note
1 parent a9aeb03 commit 172381e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/documentation/dependent-resources.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ the Kubernetes garbage collector through owner references, what is automatically
130130
`CRUKubernetesDependentResource` is only an adaptor class that already implements the`Creator` and `Updater` but
131131
not the `Deleter` interface.
132132

133+
The `@KuberentesDependent` annotation can be used to further configure **managed** dependent resource that are extending
134+
`KubernetesDependentResource`.
135+
133136
See the full source code [here](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/sample-operators/webpage/src/main/java/io/javaoperatorsdk/operator/sample/DeploymentDependentResource.java).
134137

135138
## Managed Dependent Resources

0 commit comments

Comments
 (0)