 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package client provides helper functions for API clients used by the helm operator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionConfigGetter ¶ added in v1.27.0
type ActionConfigGetter interface {
	ActionConfigFor(obj client.Object) (*action.Configuration, error)
}
    func NewActionConfigGetter ¶ added in v1.27.0
func NewActionConfigGetter(cfg *rest.Config, rm meta.RESTMapper, log logr.Logger) (ActionConfigGetter, error)
 Click to show internal directories. 
   Click to hide internal directories.