 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package cluster contains client logic to interact with Kubernetes clusters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
	client.Client
	// Return a discovery client.
	DiscoveryClient() discovery.DiscoveryInterface
	// Return an event recorder.
	EventRecorder() record.EventRecorder
	// Return a rest config for this client.
	Config() *rest.Config
	// Return a http client for this client.
	HttpClient() *http.Client
}
    The Client interface extends the controller-runtime client by discovery and event recording capabilities.
 Click to show internal directories. 
   Click to hide internal directories.