GO-2022-0792 
             and 1 other vulnerabilities
           
          
            
  
    GO-2022-0792 : Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
  
 
  
    GO-2022-0857 : Information Exposure in Kubernetes in github.com/kubernetes/kubernetes
  
 
           
         
     
    
  
  
  
    
      
        
          
            Discover Packages 
           
        
          
            github.com/kubernetes/kubernetes 
           
        
          
            pkg 
           
        
          
            conversion 
           
        
        
          
            queryparams
           
          
            
               
          
        
       
     
   
  
    
  
    
       
    
    
      package 
    
    
      
        
           
      
    
   
    
      
  
    
      
  
    
      Version:  
        v1.2.0-beta.1
     
    
      Opens a new window with list of versions in this module.
    
    
    
   
      
  
    Published: Mar 11, 2016
   
      
  
    License: Apache-2.0 
      
    
   
  
    Opens a new window with license information.
  
      
        
  
    
      Imports:  4
     
   
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by:  0
     
   
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
 
    
      
    
    
  
  
    
      
        
          Documentation 
        
       
     
  
 
    
  
    
      
      
        
          
  
    
      ¶ 
     
    
  
    
  
    
      
        
 
    
Package queryparams provides conversion from versioned
runtime objects to URL query values
 
  
  
  
  
  
	  
  
  
    
    
    
  Convert takes an object and converts it to a url.Values object using JSON tags as
parameter names. Only top-level simple values, arrays, and slices are serialized.
Embedded structs, maps, etc. will not be serialized.
  
         
      
  
  
    
    
    
      type Marshaler interface {
	MarshalQueryParameter() (string , error )
 } 
     
  Marshaler converts an object to a query parameter string representation
  
     
      
  
  
    
    
    
      type Unmarshaler interface {
	UnmarshalQueryParameter(string ) error 
 } 
     
  Unmarshaler converts a string representation to an object
  
       
      
     
   
        
      
      
        
  
    
      ¶ 
     
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.