Versions in this module Expand all Collapse all v0 v0.0.2 Nov 2, 2023 v0.0.1 Sep 15, 2023 Changes in this version + const SolutionAPIVersion + const SolutionFileKind + const SolutionFileName + const SolutionFileVersion + const SolutionGroup + var TypeMeta = yaml.ResourceMeta + type App struct + KubeContext *KubeContext + type Depends struct + AssetType string + Name string + Scope string + type Deploy struct + Stage *Stage + func (d *Deploy) IsEmpty() bool + type Iam struct + Member string + Resource *Resource + Role string + type Infra struct + KubeContext *KubeContext + Requires Requires + func (i *Infra) IsEmpty() bool + type KubeContext struct + ClusterName string + InternalIP string + Project string + Region string + Zone string + func (k *KubeContext) IsEmpty() bool + type Requires struct + Depends []Depends + Iam []Iam + Services []Services + UseConfigConnectorSA string + func (r *Requires) IsEmpty() bool + type Resource struct + Id string + Level string + type Services struct + Project string + Service string + type SolutionFile struct + Deploy *Deploy + Spec *Spec + type Spec struct + Description string + Url string + func (s *Spec) IsEmpty() bool + type Stage struct + App *App + Infra *Infra + func (s *Stage) IsEmpty() bool