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

Struct GitLabCI

internal/cmdexport/orchestrators/gitlabci.go:29–33  ·  view source on GitHub ↗

GitLabCi is a simplified representation of GitLab CI/CD Configuration. @see https://docs.gitlab.com/ee/ci/yaml/

Source from the content-addressed store, hash-verified

27// GitLabCi is a simplified representation of GitLab CI/CD Configuration.
28// @see https://docs.gitlab.com/ee/ci/yaml/
29type GitLabCI struct {
30 Stages []string `yaml:",omitempty"`
31 // @see https://github.com/go-yaml/yaml/issues/63
32 GitLabCIStages `yaml:",inline"`
33}
34
35type GitLabCIStages map[string]GitLabCIStage
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected