 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultUserInitStrategy ¶
type DefaultUserInitStrategy struct {
}
    func (*DefaultUserInitStrategy) InitializeUser ¶
func (*DefaultUserInitStrategy) InitializeUser(identity *userapi.Identity, user *userapi.User) error
InitializeUser implements Initializer
type Initializer ¶
type Initializer interface {
	// InitializeUser is responsible for initializing fields in a User API object from its associated Identity
	InitializeUser(identity *api.Identity, user *api.User) error
}
    Initializer is responsible for initializing fields in a User API object from its associated Identity
func NewDefaultUserInitStrategy ¶
func NewDefaultUserInitStrategy() Initializer
       Directories
      ¶
      Directories
      ¶
    
    | Path | Synopsis | 
|---|---|
| Package api is the internal version of the API. | Package api is the internal version of the API. | 
| 
          
            v1
            
            
          
           Package v1 is the v1 version of the API. | Package v1 is the v1 version of the API. | 
| client
       | |
| 
          
            clientset_generated/internalclientset
            
            
          
           This package has the automatically generated clientset. | This package has the automatically generated clientset. | 
| 
          
            clientset_generated/internalclientset/fake
            
            
          
           This package has the automatically generated fake clientset. | This package has the automatically generated fake clientset. | 
| 
          
            clientset_generated/internalclientset/typed/core/internalversion
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            clientset_generated/internalclientset/typed/core/internalversion/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| 
          
            clientset_generated/release_v1_5
            
            
          
           This package has the automatically generated clientset. | This package has the automatically generated clientset. | 
| 
          
            clientset_generated/release_v1_5/fake
            
            
          
           This package has the automatically generated fake clientset. | This package has the automatically generated fake clientset. | 
| 
          
            clientset_generated/release_v1_5/typed/core/v1
            
            
          
           This package has the automatically generated typed clients. | This package has the automatically generated typed clients. | 
| 
          
            clientset_generated/release_v1_5/typed/core/v1/fake
            
            
          
           Package fake has the automatically generated clients. | Package fake has the automatically generated clients. | 
| registry
       | |
 Click to show internal directories. 
   Click to hide internal directories.