 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Injector ¶
type Injector interface {
	// Injects the given sidecar into all valid Deployment Objects and returns the result as a list of unstructured objects.
	Inject(sidecar v1.Container) ([]*unstructured.Unstructured, error)
	// Returns a list of namespaces that contain injectable objects.
	// This can be used to generate other Kuberenetes objects that need to be created in the same namespace.
	InjectableNamespaces() ([]string, error)
}
     Click to show internal directories. 
   Click to hide internal directories.