mayadata-io / d-operators

Declarative patterns to write kubernetes controllers
Apache License 2.0
10 stars 7 forks source link

feat(crd): create & apply CRD can ignore discovery if set #180

Closed AmitKumarDas closed 3 years ago

AmitKumarDas commented 3 years ago

Recipe based create or apply action introduces IgnoreDiscovery boolean flag. This is set to false by default. When this is set to true it avoids discovering CRD if this CRD got created.

This solves the problem of waiting for each CRD to get discovered when a Recipe consisting of one or more CRDs get created.

Signed-off-by: AmitKumarDas amit.das@mayadata.io

AmitKumarDas commented 3 years ago

:tada: This PR is included in version 1.25.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: