mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-24 23:08:43 -04:00
deploy cilium via helmchart (#321)
This commit is contained in:
parent
2c7129987a
commit
9478303f80
153 changed files with 11837 additions and 134 deletions
|
@ -701,7 +701,11 @@ func TestRetrieveSubnetworkAliasCIDR(t *testing.T) {
|
|||
},
|
||||
stubSubnetworksClient: stubSubnetworksClient{
|
||||
GetSubnetwork: &computepb.Subnetwork{
|
||||
IpCidrRange: &aliasCIDR,
|
||||
SecondaryIpRanges: []*computepb.SubnetworkSecondaryRange{
|
||||
{
|
||||
IpCidrRange: proto.String(aliasCIDR),
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
wantAliasCIDR: aliasCIDR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue