Rename package from javamachr to ysoftdevs

This commit is contained in:
Martin Šalata
2022-06-07 14:20:28 +02:00
parent f1b1ebbdf3
commit 597ac2630b
34 changed files with 58 additions and 57 deletions

View File

@@ -1,3 +1,4 @@
//go:build !ignore_autogenerated
// +build !ignore_autogenerated
/*
@@ -24,7 +25,7 @@ import (
unsafe "unsafe"
healthcheckconfig "github.com/gardener/gardener/extensions/pkg/controller/healthcheck/config"
config "github.com/javamachr/gardener-extension-shoot-fleet-agent/pkg/apis/config"
config "github.com/ysoftdevs/gardener-extension-shoot-fleet-agent/pkg/apis/config"
conversion "k8s.io/apimachinery/pkg/conversion"
runtime "k8s.io/apimachinery/pkg/runtime"
)