mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
cli: omitempty infrastructure fields (#2392)
This commit is contained in:
parent
36c8cf2fd8
commit
c74a2e98df
@ -32,8 +32,8 @@ type Infrastructure struct {
|
||||
ClusterEndpoint string `yaml:"clusterEndpoint"`
|
||||
InitSecret string `yaml:"initSecret"`
|
||||
APIServerCertSANs []string `yaml:"apiServerCertSANs"`
|
||||
Azure *Azure `yaml:"azure"`
|
||||
GCP *GCP `yaml:"gcp"`
|
||||
Azure *Azure `yaml:"azure,omitempty"`
|
||||
GCP *GCP `yaml:"gcp,omitempty"`
|
||||
}
|
||||
|
||||
// GCP describes the infra state related to GCP.
|
||||
|
Loading…
Reference in New Issue
Block a user