Skip to content

Commit 90d5521

Browse files
committed
update README.md
1 parent 3901c87 commit 90d5521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ The operators implemented through this framework are strongly opiniated in the s
1010
of the managed component are described through a dedicated, specific custom resource type.
1111

1212
The key features are:
13-
- Efficient and smart handling of Kubernetes API extensions (realized through custom resource definitions or API aggregation).
13+
- Efficient and smart handling of Kubernetes API extensions (custom resource definitions or API aggregation).
1414
- Ability to fully take over rendering of the component's resources by implementing
1515
```go
1616
type Generator interface {
17-
Generate(namespace string, name string, parameters types.Unstructurable) ([]client.Object, error)
17+
Generate(ctx context.context, namespace string, name string, parameters types.Unstructurable) ([]client.Object, error)
1818
}
1919
```
2020
(where parameters correspond to the `spec` of the describing custom resource component object).

0 commit comments

Comments
 (0)