Skip to content

Comments

Assign multiple hyperscaler accounts for global accounts with a large…#2894

Draft
MarekMichali wants to merge 9 commits intokyma-project:mainfrom
MarekMichali:use-multiple-bindings
Draft

Assign multiple hyperscaler accounts for global accounts with a large…#2894
MarekMichali wants to merge 9 commits intokyma-project:mainfrom
MarekMichali:use-multiple-bindings

Conversation

@MarekMichali
Copy link
Contributor

… number of clusters

Description

Changes proposed in this pull request:

  • ...
  • ...
  • ...

Related issue(s)

@github-actions
Copy link

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

Comment on lines +330 to +334

func (c *Client) GetShootCountPerCredentialsBinding() (map[string]int, error) {
shoots, err := c.GetShoots()
if err != nil {
return nil, fmt.Errorf("while listing shoots: %w", err)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this GetShoots function could be optimized. I will explore the possibility of adding a new function that allows getting shoots assigned to a global account using the label selector.

@MarekMichali MarekMichali added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant