mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	move daemonset describe to experimental
This commit is contained in:
		@@ -329,7 +329,6 @@ _kubectl_describe()
 | 
			
		||||
 | 
			
		||||
    must_have_one_flag=()
 | 
			
		||||
    must_have_one_noun=()
 | 
			
		||||
    must_have_one_noun+=("daemonset")
 | 
			
		||||
    must_have_one_noun+=("limitrange")
 | 
			
		||||
    must_have_one_noun+=("minion")
 | 
			
		||||
    must_have_one_noun+=("namespace")
 | 
			
		||||
 
 | 
			
		||||
@@ -69,7 +69,6 @@ func describerMap(c *client.Client) map[string]Describer {
 | 
			
		||||
	m := map[string]Describer{
 | 
			
		||||
		"Pod": &PodDescriber{c},
 | 
			
		||||
		"ReplicationController": &ReplicationControllerDescriber{c},
 | 
			
		||||
		"DaemonSet":             &DaemonSetDescriber{c},
 | 
			
		||||
		"Secret":                &SecretDescriber{c},
 | 
			
		||||
		"Service":               &ServiceDescriber{c},
 | 
			
		||||
		"ServiceAccount":        &ServiceAccountDescriber{c},
 | 
			
		||||
@@ -87,6 +86,7 @@ func describerMap(c *client.Client) map[string]Describer {
 | 
			
		||||
func expDescriberMap(c *client.Client) map[string]Describer {
 | 
			
		||||
	return map[string]Describer{
 | 
			
		||||
		"HorizontalPodAutoscaler": &HorizontalPodAutoscalerDescriber{c},
 | 
			
		||||
		"DaemonSet":               &DaemonSetDescriber{c},
 | 
			
		||||
		"Job":                     &JobDescriber{c},
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user