 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	ControllerName = "secrets"
)
    Variables ¶
      View Source
      
  
var (
	RequiredResources = []schema.GroupVersionResource{apiv1.SchemeGroupVersion.WithResource("secrets")}
)
    Functions ¶
This section is empty.
Types ¶
type SecretController ¶
type SecretController struct {
	// contains filtered or unexported fields
}
    func NewSecretController ¶
func NewSecretController(client federationclientset.Interface) *SecretController
NewSecretController returns a new secret controller
func (*SecretController) Run ¶
func (secretcontroller *SecretController) Run(stopChan <-chan struct{})
 Click to show internal directories. 
   Click to hide internal directories.