Skip to content

Commit 8253c21

Browse files
committed
updated deepcopy
1 parent 06157be commit 8253c21

File tree

6 files changed

+171
-7
lines changed

6 files changed

+171
-7
lines changed

config/crd/bases/req.nephio.org_datanetworks.yaml

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
type: object
3434
spec:
3535
properties:
36-
networkInstanceReference:
36+
networkInstance:
3737
description: NetworkInstance defines the networkInstance context to
3838
which this DNN belongs Name and optionally Namespace is used here
3939
properties:
@@ -87,9 +87,58 @@ spec:
8787
type: object
8888
type: array
8989
required:
90-
- networkInstanceReference
90+
- networkInstance
9191
type: object
9292
status:
93+
properties:
94+
ipAllocationStatus:
95+
description: IPAllocationStatus defines the observed state of IPAllocation
96+
properties:
97+
conditions:
98+
description: Conditions of the resource.
99+
items:
100+
description: A Condition that may apply to a resource
101+
properties:
102+
kind:
103+
description: Type of this condition. At most one of each
104+
condition type may apply to a resource at any point in
105+
time.
106+
type: string
107+
lastTransitionTime:
108+
description: LastTransitionTime is the last time this condition
109+
transitioned from one status to another.
110+
format: date-time
111+
type: string
112+
message:
113+
description: A Message containing details about this condition's
114+
last transition from one status to another, if any.
115+
type: string
116+
reason:
117+
description: A Reason for this condition's last transition
118+
from one status to another.
119+
type: string
120+
status:
121+
description: Status of this condition; is it currently True,
122+
False, or Unknown?
123+
type: string
124+
required:
125+
- kind
126+
- lastTransitionTime
127+
- reason
128+
- status
129+
type: object
130+
type: array
131+
expiryTime:
132+
description: expiryTime indicated when the allocation expires
133+
type: string
134+
gateway:
135+
description: Gateway identifies the gatway IP for the network
136+
type: string
137+
prefix:
138+
description: AllocatedPrefix identifies the prefix that was allocated
139+
by the IPAM system
140+
type: string
141+
type: object
93142
type: object
94143
type: object
95144
served: true

config/crd/bases/req.nephio.org_interfaces.yaml

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,104 @@ spec:
9191
- networkInstance
9292
type: object
9393
status:
94+
properties:
95+
ipAllocationStatus:
96+
description: IPAllocationStatus defines the observed state of IPAllocation
97+
properties:
98+
conditions:
99+
description: Conditions of the resource.
100+
items:
101+
description: A Condition that may apply to a resource
102+
properties:
103+
kind:
104+
description: Type of this condition. At most one of each
105+
condition type may apply to a resource at any point in
106+
time.
107+
type: string
108+
lastTransitionTime:
109+
description: LastTransitionTime is the last time this condition
110+
transitioned from one status to another.
111+
format: date-time
112+
type: string
113+
message:
114+
description: A Message containing details about this condition's
115+
last transition from one status to another, if any.
116+
type: string
117+
reason:
118+
description: A Reason for this condition's last transition
119+
from one status to another.
120+
type: string
121+
status:
122+
description: Status of this condition; is it currently True,
123+
False, or Unknown?
124+
type: string
125+
required:
126+
- kind
127+
- lastTransitionTime
128+
- reason
129+
- status
130+
type: object
131+
type: array
132+
expiryTime:
133+
description: expiryTime indicated when the allocation expires
134+
type: string
135+
gateway:
136+
description: Gateway identifies the gatway IP for the network
137+
type: string
138+
prefix:
139+
description: AllocatedPrefix identifies the prefix that was allocated
140+
by the IPAM system
141+
type: string
142+
type: object
143+
vlanAllocationStatus:
144+
description: VLANAllocationStatus defines the observed state of VLANAllocation
145+
properties:
146+
conditions:
147+
description: Conditions of the resource.
148+
items:
149+
description: A Condition that may apply to a resource
150+
properties:
151+
kind:
152+
description: Type of this condition. At most one of each
153+
condition type may apply to a resource at any point in
154+
time.
155+
type: string
156+
lastTransitionTime:
157+
description: LastTransitionTime is the last time this condition
158+
transitioned from one status to another.
159+
format: date-time
160+
type: string
161+
message:
162+
description: A Message containing details about this condition's
163+
last transition from one status to another, if any.
164+
type: string
165+
reason:
166+
description: A Reason for this condition's last transition
167+
from one status to another.
168+
type: string
169+
status:
170+
description: Status of this condition; is it currently True,
171+
False, or Unknown?
172+
type: string
173+
required:
174+
- kind
175+
- lastTransitionTime
176+
- reason
177+
- status
178+
type: object
179+
type: array
180+
expiryTime:
181+
description: expiryTime indicated when the allocation expires
182+
type: string
183+
vlanID:
184+
description: AllocatedVlan identifies the vlan that was allocated
185+
by the VLAN backend
186+
type: integer
187+
vlanRange:
188+
description: AllocatedVlan identifies the vlan range that was
189+
allocated by the VLAN backend
190+
type: string
191+
type: object
94192
type: object
95193
type: object
96194
served: true

config/crd/bases/workload.nephio.org_amfdeployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ spec:
226226
- bgpNeighbors
227227
- routerID
228228
type: object
229-
dnns:
229+
dataNetworks:
230230
description: DataNetworks defines the data networks assocated
231231
with the network instance
232232
items:

config/crd/bases/workload.nephio.org_smfdeployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ spec:
226226
- bgpNeighbors
227227
- routerID
228228
type: object
229-
dnns:
229+
dataNetworks:
230230
description: DataNetworks defines the data networks assocated
231231
with the network instance
232232
items:

config/crd/bases/workload.nephio.org_upfdeployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ spec:
226226
- bgpNeighbors
227227
- routerID
228228
type: object
229-
dnns:
229+
dataNetworks:
230230
description: DataNetworks defines the data networks assocated
231231
with the network instance
232232
items:

nf_requirements/v1alpha1/zz_generated.deepcopy.go

Lines changed: 19 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)