Describe the bug
When using the RunnerGroup custom resource with the provided RestDefinition and manifest, the following error is encountered during status update processing:
2024-11-28T15:32:48Z DEBUG rest-dynamic-controller Observe: updating status {"error": "urlplurals is nil"}
2024-11-28T15:32:48Z DEBUG rest-dynamic-controller processing event, retrying {"retries": 0, "obj": "{cJ3731frM Observe {github.custo
mer.com/v1alpha1 RunnerGroup runner-test gh-runners}}", "error": "urlplurals is nil"}
To Reproduce
Steps to reproduce the behavior:
Use the following RestDefinition to configure the RunnerGroup resource:
Describe the bug
When using the
RunnerGroup
custom resource with the providedRestDefinition
and manifest, the following error is encountered during status update processing:To Reproduce
Steps to reproduce the behavior:
RestDefinition
to configure theRunnerGroup
resource:RunnerGroup
manifest:rest-dynamic-controller
.Expected behavior
The controller should update the status of the
RunnerGroup
resource without encountering theurlplurals is nil
error.Additional context
rest-dynamic-controller
during status observation.urlplurals
value may not be set appropriately or resolved in the generated API configuration for theRunnerGroup
resource.