composable icon indicating copy to clipboard operation
composable copied to clipboard

Cached REST API prevents using new Kinds of input objects

Open roytman opened this issue 6 years ago • 0 comments

RESTMapper of Controller run-time cached supported API types and doesn't reload it. That prevents support use cases like: when a new K8s API type was added when the Composable controller were running. Relates to :warning: DynamicRESTMapper that reloads on REST cache miss

roytman avatar Oct 03 '19 12:10 roytman