Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubernetesDeployRegistration

Registration object to pass to KubernetesDeployment goal to configure how deployment works.

Hierarchy

  • KubernetesDeployRegistration

Index

Properties

Optional applicationData

Allows the user of this pack to modify the default application data before execution of deployment.

Optional dataSources

Determine what parts of the repository to use to generate the initial Kubernetes goal application data. It no value is provided, all sources are used.

Optional name

name: string

If falsey, this SDM will fulfill its own Kubernetes deployment goals. If set, its value defines the name of the SDM that will fulfill the goal. In this case, there should be another SDM running whose name, i.e., its name as defined in its registration/package.json, is the same as this name.

Optional pushTest

pushTest: PushTest

Optional push test for this goal implementation.

Generated using TypeDoc