mirror of
				https://github.com/kubernetes/client-go.git
				synced 2025-11-03 23:40:44 +00:00 
			
		
		
		
	run hack/update-staging-client-go, somehow we copied listers/<authn,authz,imagepolicy>
Kubernetes-commit: ffe74d1fe749b5887711f70af24e1375856f2520
This commit is contained in:
		
				
					committed by
					
						
						Kubernetes Publisher
					
				
			
			
				
	
			
			
			
						parent
						
							1e9caa8e14
						
					
				
				
					commit
					d82cfb70dd
				
			@@ -23,11 +23,11 @@ import (
 | 
			
		||||
	"fmt"
 | 
			
		||||
	"os"
 | 
			
		||||
 | 
			
		||||
	appsv1beta1 "k8s.io/api/apps/v1beta1"
 | 
			
		||||
	apiv1 "k8s.io/api/core/v1"
 | 
			
		||||
	"k8s.io/apimachinery/pkg/api/errors"
 | 
			
		||||
	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
 | 
			
		||||
	"k8s.io/client-go/kubernetes"
 | 
			
		||||
	apiv1 "k8s.io/api/core/v1"
 | 
			
		||||
	appsv1beta1 "k8s.io/api/apps/v1beta1"
 | 
			
		||||
	"k8s.io/client-go/tools/clientcmd"
 | 
			
		||||
	// Uncomment the following line to load the gcp plugin (only required to authenticate against GKE clusters).
 | 
			
		||||
	// _ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user