Skip to content

Commit

Permalink
add ToolchainCluster to client cache (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek authored Sep 20, 2024
1 parent 36ce810 commit cbd0f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ func newCachedClient(ctx context.Context, cfg *rest.Config) (client.Client, erro
"NSTemplateTier": &toolchainv1alpha1.NSTemplateTierList{},
"ToolchainConfig": &toolchainv1alpha1.ToolchainConfigList{},
"BannedUser": &toolchainv1alpha1.BannedUserList{},
"ToolchainCluster": &toolchainv1alpha1.ToolchainClusterList{},
"Secret": &corev1.SecretList{}}

for resourceName := range objectsToList {
Expand Down

0 comments on commit cbd0f40

Please sign in to comment.