 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInitializer ¶
NewInitializer creates a new initializer plugin which assigns newly created resources initializers based on configuration loaded from the admission API group. FUTURE: this may be moved to the storage layer of the apiserver, but for now this is an alpha feature
that can be disabled.
Types ¶
type InitializationConfig ¶
type InitializationConfig interface {
	Run(stopCh <-chan struct{})
	Initializers() (*v1alpha1.InitializerConfiguration, error)
}
     Click to show internal directories. 
   Click to hide internal directories.