chore: cleanup examples

This commit is contained in:
Peter 2025-01-22 08:38:36 +01:00
parent b55afea477
commit 7e0550f190
Signed by: prskr
GPG key ID: F56BED6903BC5E37
9 changed files with 40 additions and 21 deletions

View file

@ -21,7 +21,7 @@ limitations under the License.
package v1alpha1
import (
v1 "k8s.io/api/core/v1"
"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
runtime "k8s.io/apimachinery/pkg/runtime"
)