Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var WireSet = wire.NewSet( NewReconciler, )
Functions ¶
This section is empty.
Types ¶
type ContainerInfo ¶ added in v0.32.1
type ContainerInfo struct {
	ID    string
	State *v1alpha1.DockerContainerState
	TTY   bool
}
    type LogActionWriter ¶ added in v0.31.0
type LogActionWriter struct {
	// contains filtered or unexported fields
}
    type ProjectWatch ¶ added in v0.31.0
type ProjectWatch struct {
	// contains filtered or unexported fields
}
    Keeps track of the projects we're currently watching.
type Reconciler ¶
type Reconciler struct {
	// contains filtered or unexported fields
}
    func NewReconciler ¶
func NewReconciler(client ctrlclient.Client, store store.RStore, dcc dockercompose.DockerComposeClient, dc docker.Client) *Reconciler
func (*Reconciler) CreateBuilder ¶
 Click to show internal directories. 
   Click to hide internal directories.