mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	More migrations from genericclioptions to genericiooptions
This commit is contained in:
		| @@ -21,6 +21,7 @@ import ( | ||||
| 	"io" | ||||
| 	"os" | ||||
|  | ||||
| 	"k8s.io/cli-runtime/pkg/genericiooptions" | ||||
| 	"k8s.io/kubectl/pkg/cmd" | ||||
| 	cmdsanity "k8s.io/kubectl/pkg/cmd/util/sanity" | ||||
| ) | ||||
|   | ||||
| @@ -23,6 +23,7 @@ import ( | ||||
| 	"os" | ||||
|  | ||||
| 	"github.com/spf13/cobra/doc" | ||||
| 	"k8s.io/cli-runtime/pkg/genericiooptions" | ||||
| 	"k8s.io/kubectl/pkg/cmd" | ||||
| 	"k8s.io/kubernetes/cmd/genutils" | ||||
| ) | ||||
|   | ||||
| @@ -26,6 +26,7 @@ import ( | ||||
| 	"github.com/spf13/cobra" | ||||
| 	"github.com/spf13/pflag" | ||||
| 	"gopkg.in/yaml.v2" | ||||
| 	"k8s.io/cli-runtime/pkg/genericiooptions" | ||||
| 	"k8s.io/kubectl/pkg/cmd" | ||||
| 	"k8s.io/kubernetes/cmd/genutils" | ||||
| ) | ||||
|   | ||||
| @@ -22,6 +22,7 @@ import ( | ||||
| 	"github.com/spf13/pflag" | ||||
|  | ||||
| 	"k8s.io/cli-runtime/pkg/genericclioptions" | ||||
| 	"k8s.io/cli-runtime/pkg/genericiooptions" | ||||
| 	"k8s.io/component-base/cli" | ||||
| 	cmdutil "k8s.io/kubectl/pkg/cmd/util" | ||||
| 	"k8s.io/kubernetes/pkg/kubectl/cmd/convert" | ||||
|   | ||||
| @@ -26,6 +26,7 @@ import ( | ||||
| 	"k8s.io/apimachinery/pkg/runtime" | ||||
| 	"k8s.io/apimachinery/pkg/runtime/schema" | ||||
| 	"k8s.io/cli-runtime/pkg/genericclioptions" | ||||
| 	"k8s.io/cli-runtime/pkg/genericiooptions" | ||||
| 	"k8s.io/cli-runtime/pkg/printers" | ||||
| 	"k8s.io/cli-runtime/pkg/resource" | ||||
| 	cmdutil "k8s.io/kubectl/pkg/cmd/util" | ||||
|   | ||||
| @@ -23,6 +23,7 @@ import ( | ||||
| 	"strings" | ||||
| 	"testing" | ||||
|  | ||||
| 	"k8s.io/cli-runtime/pkg/genericiooptions" | ||||
| 	"k8s.io/client-go/rest/fake" | ||||
| 	cmdtesting "k8s.io/kubectl/pkg/cmd/testing" | ||||
| ) | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| /* | ||||
| Copyright 2018 The Kubernetes Authors. | ||||
| Copyright 2023 The Kubernetes Authors. | ||||
|  | ||||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||||
| you may not use this file except in compliance with the License. | ||||
|   | ||||
| @@ -27,6 +27,7 @@ import ( | ||||
|  | ||||
| 	"k8s.io/api/core/v1" | ||||
| 	"k8s.io/apimachinery/pkg/runtime" | ||||
| 	"k8s.io/cli-runtime/pkg/genericiooptions" | ||||
| 	"k8s.io/client-go/rest/fake" | ||||
| 	core "k8s.io/client-go/testing" | ||||
| 	cmdtesting "k8s.io/kubectl/pkg/cmd/testing" | ||||
|   | ||||
| @@ -21,6 +21,7 @@ import ( | ||||
|  | ||||
| 	"github.com/spf13/pflag" | ||||
|  | ||||
| 	"k8s.io/cli-runtime/pkg/genericiooptions" | ||||
| 	"k8s.io/sample-cli-plugin/pkg/cmd" | ||||
| ) | ||||
|  | ||||
|   | ||||
| @@ -26,6 +26,7 @@ import ( | ||||
| 	"k8s.io/client-go/tools/clientcmd/api" | ||||
|  | ||||
| 	"k8s.io/cli-runtime/pkg/genericclioptions" | ||||
| 	"k8s.io/cli-runtime/pkg/genericiooptions" | ||||
| ) | ||||
|  | ||||
| var ( | ||||
|   | ||||
							
								
								
									
										1
									
								
								vendor/modules.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/modules.txt
									
									
									
									
										vendored
									
									
								
							| @@ -1558,6 +1558,7 @@ k8s.io/apiserver/plugin/pkg/authorizer/webhook | ||||
| # k8s.io/cli-runtime v0.0.0 => ./staging/src/k8s.io/cli-runtime | ||||
| ## explicit; go 1.20 | ||||
| k8s.io/cli-runtime/pkg/genericclioptions | ||||
| k8s.io/cli-runtime/pkg/genericiooptions | ||||
| k8s.io/cli-runtime/pkg/printers | ||||
| k8s.io/cli-runtime/pkg/resource | ||||
| # k8s.io/client-go v0.0.0 => ./staging/src/k8s.io/client-go | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arda Güçlü
					Arda Güçlü