@@ -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 :
0 commit comments