Documentation ¶
Index ¶
- func Get(manifestPath string) (models.ApplicationManifest, error)
- func UpdateAppChart(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateBASN(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateBuilder(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateChartValues(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateConfigurations(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateEnvironment(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateICE(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateInstances(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateName(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateRoutes(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
- func UpdateSources(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(manifestPath string) (models.ApplicationManifest, error)
Get reads the manifest at the spcified path into memory. Note that a missing file is not an error. It simply maps to an empty manifest.
func UpdateAppChart ¶ added in v0.8.0
func UpdateAppChart(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateAppChart updates the incoming manifest with information pulled from the --app-chart option
func UpdateBASN ¶ added in v0.8.0
func UpdateBASN(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateBASN updates the incoming manifest with information pulled from the --builder, sources (--path, --git, --git-provider, and --container-image-url), --app-chart, and --name options. Option information replaces any existing information.
func UpdateBuilder ¶ added in v0.6.2
func UpdateBuilder(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateBuilder updates the incoming manifest with information pulled from the --builder option
func UpdateChartValues ¶ added in v1.2.0
func UpdateChartValues(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateChartValues updates the incoming manifest with information pulled from the --chart-value option
func UpdateConfigurations ¶ added in v0.6.2
func UpdateConfigurations(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateConfigurations updates the incoming manifest with information pulled from the --bind option
func UpdateEnvironment ¶ added in v0.6.2
func UpdateEnvironment(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateEnvironment updates the incoming manifest with information pulled from the --env option
func UpdateICE ¶ added in v0.6.2
func UpdateICE(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateICE updates the incoming manifest with information pulled from the --bind, --env, and --instances options. Option information replaces any existing information.
func UpdateInstances ¶ added in v0.6.2
func UpdateInstances(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateInstances updates the incoming manifest with information pulled from the --instances option
func UpdateName ¶ added in v0.6.2
func UpdateName(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateName updates the incoming manifest with information pulled from the --name option
func UpdateRoutes ¶ added in v0.1.5
func UpdateRoutes(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateRoutes updates the incoming manifest with information pulled from the --route option. Option information replaces any existing information.
func UpdateSources ¶ added in v0.6.2
func UpdateSources(manifest models.ApplicationManifest, cmd *cobra.Command) (models.ApplicationManifest, error)
UpdateSources updates the incoming manifest with information pulled from the sources (--path, --git, --git-provider, and --container-image-url) options
Types ¶
This section is empty.