controller-tools icon indicating copy to clipboard operation
controller-tools copied to clipboard

Tools to use with the controller-runtime libraries

Results 142 controller-tools issues
Sort by recently updated
recently updated
newest added

For example, we created an API with a kind named `Ss`. This results in the plural form being generated as `sses`, which is used as the name of the CRD...

The absence of `creationTimestamp` in the generated embedded ObjectMeta in the CRD is causing API Warnings, as the field `CreationTimestamp` cannot be unset and defaults to `null`. In order to...