 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package strategy contains implementations of core deployment strategies.
The code in this package will be more verbose with logging given the intended application as standalone Docker container CLI support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentStrategy ¶
type DeploymentStrategy interface {
	// Deploy transitions an old deployment to a new one.
	Deploy(from *kapi.ReplicationController, to *kapi.ReplicationController, desiredReplicas int) error
}
    DeploymentStrategy knows how to make a deployment active.
 Click to show internal directories. 
   Click to hide internal directories.