Skip to content

Commit cf7d8a5

Browse files
authored
feature: max ip limit for NodeNetworkConfig (#846)
1 parent 0cf6ed8 commit cf7d8a5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

nodenetworkconfig/api/v1alpha/nodenetworkconfig.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ type Scaler struct {
6262
BatchSize int64 `json:"batchSize,omitempty"`
6363
ReleaseThresholdPercent int64 `json:"releaseThresholdPercent,omitempty"`
6464
RequestThresholdPercent int64 `json:"requestThresholdPercent,omitempty"`
65+
MaxIPCount int64 `json:"maxIPCount,omitempty"`
6566
}
6667

6768
// NetworkContainer defines the structure of a Network Container as found in NetworkConfigStatus

nodenetworkconfig/manifests/acn.azure.com_nodenetworkconfigs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ spec:
8686
batchSize:
8787
format: int64
8888
type: integer
89+
maxIPCount:
90+
format: int64
91+
type: integer
8992
releaseThresholdPercent:
9093
format: int64
9194
type: integer

0 commit comments

Comments
 (0)