MCPcopy
hub / github.com/kptdev/kpt / CloudBuild

Struct CloudBuild

internal/cmdexport/orchestrators/cloudbuild.go:24–26  ·  view source on GitHub ↗

CloudBuild is a simplified representation of Cloud Build config. @see https://cloud.google.com/cloud-build/docs/build-config

Source from the content-addressed store, hash-verified

22// CloudBuild is a simplified representation of Cloud Build config.
23// @see https://cloud.google.com/cloud-build/docs/build-config
24type CloudBuild struct {
25 Steps []CloudBuildStep `yaml:",omitempty"`
26}
27
28type CloudBuildStep struct {
29 Name string `yaml:",omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected