Documentation ¶
Overview ¶
Package deployer contains logic related to deploying to a GKE cluster.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
Deployer handles the deployment of an image to a cluster.
func (*Deployer) Apply ¶
func (d *Deployer) Apply(ctx context.Context, clusterName, clusterLocation, clusterProject, config, namespace string, waitTimeout time.Duration, recursive bool) error
Apply handles applying the deployment.
func (*Deployer) Prepare ¶
func (d *Deployer) Prepare(ctx context.Context, im name.Reference, appName, appVersion, config, suggestedOutput, expandedOutput, namespace string, labels, annotations map[string]string, exposePort int, recursive, createApplicationCR bool, applicationLinks []applicationsv1beta1.Link) error
Prepare handles preparing deployment.
Click to show internal directories.
Click to hide internal directories.