mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-25 09:11:24 -05:00
init
This commit is contained in:
parent
5272e7c86f
commit
4492f77516
@ -69,7 +69,7 @@ type Config struct {
|
|||||||
Name string `yaml:"name" validate:"valid_name,required"`
|
Name string `yaml:"name" validate:"valid_name,required"`
|
||||||
// description: |
|
// description: |
|
||||||
// Kubernetes version to be installed into the cluster.
|
// Kubernetes version to be installed into the cluster.
|
||||||
KubernetesVersion string `yaml:"kubernetesVersion" validate:"required,supported_k8s_version"`
|
KubernetesVersion versions.ValidK8sVersion `yaml:"kubernetesVersion" validate:"required,supported_k8s_version"`
|
||||||
// description: |
|
// description: |
|
||||||
// Microservice version to be installed into the cluster. Defaults to the version of the CLI.
|
// Microservice version to be installed into the cluster. Defaults to the version of the CLI.
|
||||||
MicroserviceVersion semver.Semver `yaml:"microserviceVersion" validate:"required"`
|
MicroserviceVersion semver.Semver `yaml:"microserviceVersion" validate:"required"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user