We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d261c1f commit ac53450Copy full SHA for ac53450
api/internal/clients/kube.go
@@ -22,6 +22,7 @@ import (
22
var localSchemeBuilder = runtime.NewSchemeBuilder(
23
apiextensionsv1.AddToScheme,
24
embeddedclusterv1beta1.AddToScheme,
25
+ //nolint:staticcheck // SA1019 we are using the deprecated scheme for backwards compatibility, we can remove this once we stop supporting k0s v1.30
26
autopilotv1beta2.AddToScheme,
27
k0sv1beta1.AddToScheme,
28
//nolint:staticcheck // SA1019 we are using the deprecated scheme for backwards compatibility, we can remove this once we stop supporting k0s v1.30
0 commit comments