mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-22 05:54:42 -04:00
AB#2524 Refactor Azure metadata/cloud API (#477)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
74a7a80153
commit
f41c54e837
23 changed files with 2127 additions and 2492 deletions
|
@ -27,7 +27,6 @@ type InstanceMetadata struct {
|
|||
// SecondaryIPRange is the VPC wide CIDR from which subnets are attached to VMs as AliasIPRanges.
|
||||
// May be empty on certain CSPs.
|
||||
SecondaryIPRange string
|
||||
|
||||
// AliasIPRanges is a list of IP ranges that are attached.
|
||||
// May be empty on certain CSPs.
|
||||
AliasIPRanges []string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue