kyma-project / kyma-environment-broker

Kyma Environment Broker
Apache License 2.0
0 stars 21 forks source link

KIM Integration - instances on `runtimes` endpoint decorated with Runtime CR #1061

Closed jaroslaw-pieszka closed 1 month ago

jaroslaw-pieszka commented 1 month ago

Description

KEB endpoint runtimes is used by kcp CLI e.g. to get gardener configuration information (using --gardener-config switch), and this information is used quite often to assert in SKR tests. Getting gardener configuration requires communication with provisioner, so in case of KIM driven instances is pointless. We need the way to base assertions on the spec fields of Runtime CR.

Changes proposed in this pull request:

Related issue(s)

791

905

github-actions[bot] commented 1 month ago

Add one of following labels

- kind/feature -> Use it when you want to submit a new feature

- kind/enhancement -> Use it when you modify or improve an existing feature

- kind/bug -> Use it when you fix a bug