Documentation
      ¶
    
    
  
    
  
    Overview ¶
This package has the automatically generated clientset.
Index ¶
- type Clientset
 - func (c *Clientset) Cdi() cdiv1alpha1.CdiV1alpha1Interfacedeprecated
 - func (c *Clientset) CdiV1alpha1() cdiv1alpha1.CdiV1alpha1Interface
 - func (c *Clientset) Discovery() discovery.DiscoveryInterface
 - func (c *Clientset) Upload() uploadv1alpha1.UploadV1alpha1Interfacedeprecated
 - func (c *Clientset) UploadV1alpha1() uploadv1alpha1.UploadV1alpha1Interface
 
- type Interface
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset struct {
	*discovery.DiscoveryClient
	// contains filtered or unexported fields
}
    Clientset contains the clients for groups. Each group has exactly one version included in a Clientset.
func New ¶
New creates a new Clientset for the given RESTClient.
func NewForConfig ¶
NewForConfig creates a new Clientset for the given config.
func NewForConfigOrDie ¶
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
        
          
            func (*Clientset) Cdi
            deprecated
            
          
  
    
  
      
      func (c *Clientset) Cdi() cdiv1alpha1.CdiV1alpha1Interface
Deprecated: Cdi retrieves the default version of CdiClient. Please explicitly pick a version.
func (*Clientset) CdiV1alpha1 ¶
func (c *Clientset) CdiV1alpha1() cdiv1alpha1.CdiV1alpha1Interface
CdiV1alpha1 retrieves the CdiV1alpha1Client
func (*Clientset) Discovery ¶
func (c *Clientset) Discovery() discovery.DiscoveryInterface
Discovery retrieves the DiscoveryClient
        
          
            func (*Clientset) Upload
            deprecated
            
          
  
    
  
      
      func (c *Clientset) Upload() uploadv1alpha1.UploadV1alpha1Interface
Deprecated: Upload retrieves the default version of UploadClient. Please explicitly pick a version.
func (*Clientset) UploadV1alpha1 ¶
func (c *Clientset) UploadV1alpha1() uploadv1alpha1.UploadV1alpha1Interface
UploadV1alpha1 retrieves the UploadV1alpha1Client
type Interface ¶
type Interface interface {
	Discovery() discovery.DiscoveryInterface
	CdiV1alpha1() cdiv1alpha1.CdiV1alpha1Interface
	// Deprecated: please explicitly pick a version if possible.
	Cdi() cdiv1alpha1.CdiV1alpha1Interface
	UploadV1alpha1() uploadv1alpha1.UploadV1alpha1Interface
	// Deprecated: please explicitly pick a version if possible.
	Upload() uploadv1alpha1.UploadV1alpha1Interface
}
    
      
      Source Files
      ¶
    
- clientset.go
 - doc.go
 
      
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| 
       This package has the automatically generated fake clientset. 
         | 
      This package has the automatically generated fake clientset. | 
| 
       This package contains the scheme of the automatically generated clientset. 
         | 
      This package contains the scheme of the automatically generated clientset. | 
| 
       typed
        | 
      |
| 
         
          
            core/v1alpha1
            
            
          
           
      This package has the automatically generated typed clients. 
         | 
      This package has the automatically generated typed clients. | 
| 
         
          
            core/v1alpha1/fake
            
            
          
           
      Package fake has the automatically generated clients. 
         | 
      Package fake has the automatically generated clients. | 
| 
         
          
            upload/v1alpha1
            
            
          
           
      This package has the automatically generated typed clients. 
         | 
      This package has the automatically generated typed clients. | 
| 
         
          
            upload/v1alpha1/fake
            
            
          
           
      Package fake has the automatically generated clients. 
         | 
      Package fake has the automatically generated clients. |