Skip to content

Commit 1eb5a80

Browse files
authored
Merge pull request #1033 from gossion/guwe/crd
chore: add reservationSet property to MultiTenantNetworkContainer
2 parents 95882de + e18ff03 commit 1eb5a80

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

crd/multitenantnetworkcontainer/api/v1alpha1/multitenantnetworkcontainer_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ type MultiTenantNetworkContainerSpec struct {
3232
InterfaceName string `json:"interfaceName,omitempty"`
3333
// ReservationID - reservation ID for allocating IP
3434
ReservationID string `json:"reservationID,omitempty"`
35+
// ReservationSetID - reservationSet for networkcontainer
36+
ReservationSetID string `json:"reservationSetID,omitempty"`
3537
}
3638

3739
// MultiTenantNetworkContainerStatus defines the observed state of MultiTenantNetworkContainer

crd/multitenantnetworkcontainer/manifests/networking.azure.com_multitenantnetworkcontainers.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ spec:
5050
reservationID:
5151
description: ReservationID - reservation ID for allocating IP
5252
type: string
53+
reservationSetID:
54+
description: ReservationSetID - reservationSet for networkcontainer
55+
type: string
5356
subnet:
5457
description: Subnet - customer subnet name
5558
type: string

0 commit comments

Comments
 (0)