File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ JOSDK also offers several other convenient implementations building on top of
86
86
` AbstractDependentResource ` that you can use as starting points for your own implementations.
87
87
88
88
One such implementation is the ` KubernetesDependentResource ` class that makes it really easy to work
89
- with Kubernetes-native resources as, in this case, you usually only need to provide an
89
+ with Kubernetes-native resources. In this case, you usually only need to provide an
90
90
implementation for the ` desired ` method to tell JOSDK what the desired state of your secondary
91
91
resource should be based on the specified primary resource state. JOSDK takes care of everything
92
92
else using default implementations that you can override in case you need more precise control of
You can’t perform that action at this time.
0 commit comments