Skip to content

Commit af5b21e

Browse files
Merge pull request #1797 from vr4manta/vsphere_multi_disk
SPLAT-1810: API bump for vSphere multi disk
2 parents 020245f + d9ed863 commit af5b21e

File tree

168 files changed

+3958
-3341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+3958
-3341
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/opencontainers/go-digest v1.0.0
2121
github.com/opencontainers/runc v1.1.13
2222
github.com/opencontainers/selinux v1.11.0
23-
github.com/openshift/api v0.0.0-20241203091751-58d4ac495429
23+
github.com/openshift/api v0.0.0-20250108172834-78bd56dba39b
2424
github.com/openshift/build-machinery-go v0.0.0-20240613134303-8359781da660
2525
github.com/openshift/client-go v0.0.0-20241203091221-452dfb8fa071
2626
github.com/pkg/errors v0.9.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ github.com/opencontainers/runc v1.1.13 h1:98S2srgG9vw0zWcDpFMn5TRrh8kLxa/5OFUstu
204204
github.com/opencontainers/runc v1.1.13/go.mod h1:R016aXacfp/gwQBYw2FDGa9m+n6atbLWrYY8hNMT/sA=
205205
github.com/opencontainers/selinux v1.11.0 h1:+5Zbo97w3Lbmb3PeqQtpmTkMwsW5nRI3YaLpt7tQ7oU=
206206
github.com/opencontainers/selinux v1.11.0/go.mod h1:E5dMC3VPuVvVHDYmi78qvhJp8+M586T4DlDRYpFkyec=
207-
github.com/openshift/api v0.0.0-20241203091751-58d4ac495429 h1:fz+u78YFRL14rXqBKWIVYK04mUOy6LccHe3wQsUS3iI=
208-
github.com/openshift/api v0.0.0-20241203091751-58d4ac495429/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo=
207+
github.com/openshift/api v0.0.0-20250108172834-78bd56dba39b h1:Nt4V9k5pyw2CiUL2L5IFlstvURf+12Z7uSzi/v30UpE=
208+
github.com/openshift/api v0.0.0-20250108172834-78bd56dba39b/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo=
209209
github.com/openshift/build-machinery-go v0.0.0-20240613134303-8359781da660 h1:F0zE2bmdVvaEd18VXuGYQdJJ1FYJu4MIDW9PYZWc9No=
210210
github.com/openshift/build-machinery-go v0.0.0-20240613134303-8359781da660/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
211211
github.com/openshift/client-go v0.0.0-20241203091221-452dfb8fa071 h1:l0++HnGVKBcs8kXFL/1yeozxioxPGNpp0PYe3Y+0sq4=

pkg/operator/connectivitycheckcontroller/manifests/controlplane.operator.openshift.io_podnetworkconnectivitychecks.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ spec:
4141
metadata:
4242
type: object
4343
spec:
44-
description: Spec defines the source and target of the connectivity check
44+
description: spec defines the source and target of the connectivity check
4545
properties:
4646
sourcePod:
47-
description: SourcePod names the pod from which the condition will
47+
description: sourcePod names the pod from which the condition will
4848
be checked
4949
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
5050
type: string
@@ -74,10 +74,10 @@ spec:
7474
- targetEndpoint
7575
type: object
7676
status:
77-
description: Status contains the observed status of the connectivity check
77+
description: status contains the observed status of the connectivity check
7878
properties:
7979
conditions:
80-
description: Conditions summarize the status of the check
80+
description: conditions summarize the status of the check
8181
items:
8282
description: PodNetworkConnectivityCheckCondition represents the
8383
overall status of the pod network connectivity.
@@ -89,18 +89,18 @@ spec:
8989
nullable: true
9090
type: string
9191
message:
92-
description: Message indicating details about last transition
92+
description: message indicating details about last transition
9393
in a human readable format.
9494
type: string
9595
reason:
96-
description: Reason for the condition's last status transition
96+
description: reason for the condition's last status transition
9797
in a machine readable format.
9898
type: string
9999
status:
100-
description: Status of the condition
100+
description: status of the condition
101101
type: string
102102
type:
103-
description: Type of the condition
103+
description: type of the condition
104104
type: string
105105
required:
106106
- lastTransitionTime
@@ -109,23 +109,23 @@ spec:
109109
type: object
110110
type: array
111111
failures:
112-
description: Failures contains logs of unsuccessful check actions
112+
description: failures contains logs of unsuccessful check actions
113113
items:
114114
description: LogEntry records events
115115
properties:
116116
latency:
117-
description: Latency records how long the action mentioned in
117+
description: latency records how long the action mentioned in
118118
the entry took.
119119
nullable: true
120120
type: string
121121
message:
122-
description: Message explaining status in a human readable format.
122+
description: message explaining status in a human readable format.
123123
type: string
124124
reason:
125-
description: Reason for status in a machine readable format.
125+
description: reason for status in a machine readable format.
126126
type: string
127127
success:
128-
description: Success indicates if the log entry indicates a
128+
description: success indicates if the log entry indicates a
129129
success or failure.
130130
type: boolean
131131
time:
@@ -139,36 +139,36 @@ spec:
139139
type: object
140140
type: array
141141
outages:
142-
description: Outages contains logs of time periods of outages
142+
description: outages contains logs of time periods of outages
143143
items:
144144
description: OutageEntry records time period of an outage
145145
properties:
146146
end:
147-
description: End of outage detected
147+
description: end of outage detected
148148
format: date-time
149149
nullable: true
150150
type: string
151151
endLogs:
152152
description: |-
153-
EndLogs contains log entries related to the end of this outage. Should contain the success
153+
endLogs contains log entries related to the end of this outage. Should contain the success
154154
entry that resolved the outage and possibly a few of the failure log entries that preceded it.
155155
items:
156156
description: LogEntry records events
157157
properties:
158158
latency:
159-
description: Latency records how long the action mentioned
159+
description: latency records how long the action mentioned
160160
in the entry took.
161161
nullable: true
162162
type: string
163163
message:
164-
description: Message explaining status in a human readable
164+
description: message explaining status in a human readable
165165
format.
166166
type: string
167167
reason:
168-
description: Reason for status in a machine readable format.
168+
description: reason for status in a machine readable format.
169169
type: string
170170
success:
171-
description: Success indicates if the log entry indicates
171+
description: success indicates if the log entry indicates
172172
a success or failure.
173173
type: boolean
174174
time:
@@ -182,35 +182,35 @@ spec:
182182
type: object
183183
type: array
184184
message:
185-
description: Message summarizes outage details in a human readable
185+
description: message summarizes outage details in a human readable
186186
format.
187187
type: string
188188
start:
189-
description: Start of outage detected
189+
description: start of outage detected
190190
format: date-time
191191
nullable: true
192192
type: string
193193
startLogs:
194194
description: |-
195-
StartLogs contains log entries related to the start of this outage. Should contain
195+
startLogs contains log entries related to the start of this outage. Should contain
196196
the original failure, any entries where the failure mode changed.
197197
items:
198198
description: LogEntry records events
199199
properties:
200200
latency:
201-
description: Latency records how long the action mentioned
201+
description: latency records how long the action mentioned
202202
in the entry took.
203203
nullable: true
204204
type: string
205205
message:
206-
description: Message explaining status in a human readable
206+
description: message explaining status in a human readable
207207
format.
208208
type: string
209209
reason:
210-
description: Reason for status in a machine readable format.
210+
description: reason for status in a machine readable format.
211211
type: string
212212
success:
213-
description: Success indicates if the log entry indicates
213+
description: success indicates if the log entry indicates
214214
a success or failure.
215215
type: boolean
216216
time:
@@ -228,23 +228,23 @@ spec:
228228
type: object
229229
type: array
230230
successes:
231-
description: Successes contains logs successful check actions
231+
description: successes contains logs successful check actions
232232
items:
233233
description: LogEntry records events
234234
properties:
235235
latency:
236-
description: Latency records how long the action mentioned in
236+
description: latency records how long the action mentioned in
237237
the entry took.
238238
nullable: true
239239
type: string
240240
message:
241-
description: Message explaining status in a human readable format.
241+
description: message explaining status in a human readable format.
242242
type: string
243243
reason:
244-
description: Reason for status in a machine readable format.
244+
description: reason for status in a machine readable format.
245245
type: string
246246
success:
247-
description: Success indicates if the log entry indicates a
247+
description: success indicates if the log entry indicates a
248248
success or failure.
249249
type: boolean
250250
time:

vendor/github.com/openshift/api/.golangci.yaml

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

vendor/github.com/openshift/api/Makefile

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/README.md

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

vendor/github.com/openshift/api/apiserver/v1/types_apirequestcount.go

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

vendor/github.com/openshift/api/apiserver/v1/zz_generated.swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)