mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-27 14:37:17 +00:00
wip: port csi provider to v2 sa-8436
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
corev1 "k8s.io/api/core/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/apimachinery/pkg/runtime"
|
||||
csiv1 "sigs.k8s.io/secrets-store-csi-driver/apis/v1"
|
||||
)
|
||||
|
||||
// NewDeploymentConfig creates a minimal DeploymentConfig for unit testing.
|
||||
@@ -72,6 +73,7 @@ func NewScheme() *runtime.Scheme {
|
||||
_ = appsv1.AddToScheme(scheme)
|
||||
_ = batchv1.AddToScheme(scheme)
|
||||
_ = openshiftv1.AddToScheme(scheme)
|
||||
_ = csiv1.AddToScheme(scheme)
|
||||
return scheme
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user