Documentation ¶
Overview ¶
Package planner provides a piped component that decides the deployment pipeline of a deployment. The planner bases on the changes from git commits then builds the deployment manifests to know the behavior of the deployment. From that behavior the planner can decides which pipeline should be applied.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginClient ¶
type PluginClient interface { deployment.DeploymentServiceClient Close() error }
func NewClient ¶
func NewClient(ctx context.Context, address string, opts ...rpcclient.DialOption) (PluginClient, error)
Click to show internal directories.
Click to hide internal directories.