manifest

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

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

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

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL