Skip to content

Commit 8f2f7bd

Browse files
committed
address pr feedback
1 parent 9336543 commit 8f2f7bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crd/multitenancy/api/v1alpha1/multitenantpodnetworkconfig.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const (
6262
)
6363

6464
// MTPNCStatus indicates the high-level status of MultitenantPodNetworkConfig
65-
// +kubebuilder:validation:Enum=Ready;Pending;InternalError;PNINotFound;PNINotReady;NodeCapacityExceeded;SubnetExhausted
65+
// +kubebuilder:validation:Enum=Ready;Pending;InternalError;PNINotFound;PNINotReady;NodeCapacityExceeded;IPsExhausted
6666
type MTPNCStatus string
6767

6868
const (
@@ -72,7 +72,7 @@ const (
7272
MTPNCStatusPNINotFound MTPNCStatus = "PNINotFound"
7373
MTPNCStatusPNINotReady MTPNCStatus = "PNINotReady"
7474
MTPNCStatusNodeCapacityExceeded MTPNCStatus = "NodeCapacityExceeded"
75-
MTPNCStatusSubnetExhausted MTPNCStatus = "SubnetExhausted"
75+
MTPNCStatusIPsExhausted MTPNCStatus = "IPsExhausted"
7676
)
7777

7878
type InterfaceInfo struct {

crd/multitenancy/manifests/multitenancy.acn.azure.com_multitenantpodnetworkconfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ spec:
147147
- PNINotFound
148148
- PNINotReady
149149
- NodeCapacityExceeded
150-
- SubnetExhausted
150+
- IPsExhausted
151151
type: string
152152
type: object
153153
type: object

0 commit comments

Comments
 (0)