Skip to content

Commit

Permalink
Update clients/ui/bff/internal/helpers/k8s.go
Browse files Browse the repository at this point in the history
Co-authored-by: Griffin Sullivan <[email protected]>
Signed-off-by: Eder Ignatowicz <[email protected]>
  • Loading branch information
ederign and Griffin-Sullivan authored Oct 16, 2024
1 parent 00607f0 commit a727222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/ui/bff/internal/helpers/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func GetKubeconfig() (*clientRest.Config, error) {
return kubeConfig.ClientConfig()
}

// BuildScheme returns builds a new runtime scheme with all the necessary types registered.
// BuildScheme builds a new runtime scheme with all the necessary types registered.
func BuildScheme() (*runtime.Scheme, error) {
scheme := runtime.NewScheme()
if err := clientgoscheme.AddToScheme(scheme); err != nil {
Expand Down

0 comments on commit a727222

Please sign in to comment.