Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppDef ¶
type CommonConfig ¶
type CommonConfig struct {
CodefreshBaseURL string `json:"baseUrl"`
}
type Runtime ¶
type Runtime struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec RuntimeSpec `json:"spec"` }
type RuntimeSpec ¶
type RuntimeSpec struct { DefVersion *semver.Version `json:"defVersion"` Version *semver.Version `json:"version"` BootstrapSpecifier string `json:"bootstrapSpecifier"` Components []AppDef `json:"components"` Cluster string `json:"cluster"` IngressHost string `json:"ingressHost"` IngressClass string `json:"ingressClassName"` InternalIngressHost string `json:"internalIngressHost"` IngressController string `json:"ingressController"` Repo string `json:"repo"` // contains filtered or unexported fields }
func (*RuntimeSpec) FullSpecifier ¶
func (r *RuntimeSpec) FullSpecifier() string
Click to show internal directories.
Click to hide internal directories.