Package:
supergloo.solo.io
Source File:
install.proto
Description:
Contents:
- Messages:
Install
Description:
"status": .core.solo.io.Status
"metadata": .core.solo.io.Metadata
"istio": .supergloo.solo.io.Istio
"linkerd2": .supergloo.solo.io.Linkerd2
"consul": .supergloo.solo.io.Consul
"chartLocator": .supergloo.solo.io.HelmChartLocator
"encryption": .supergloo.solo.io.Encryption
"enabled": .google.protobuf.BoolValue
Field | Type | Description | Default |
---|---|---|---|
status | .core.solo.io.Status | Status indicates the validation status of this resource. Status is read-only by clients, and set by gloo during validation | |
metadata | .core.solo.io.Metadata | Metadata contains the object metadata for this resource | |
istio | .supergloo.solo.io.Istio | ||
linkerd2 | .supergloo.solo.io.Linkerd2 | ||
consul | .supergloo.solo.io.Consul | ||
chartLocator | .supergloo.solo.io.HelmChartLocator | ||
encryption | .supergloo.solo.io.Encryption | ||
enabled | .google.protobuf.BoolValue | whether or not this install should be enabled if disabled, corresponding resources will be uninstalled defaults to true |
HelmChartLocator
Description:
"chartPath": .supergloo.solo.io.HelmChartPath
Field | Type | Description | Default |
---|---|---|---|
chartPath | .supergloo.solo.io.HelmChartPath | path to a local directory, local tar.gz, or url tar.gz |
HelmChartPath
Description:
"path": string
Field | Type | Description | Default |
---|---|---|---|
path | string |