Skip to content

Commit bc065d6

Browse files
committed
bump(k8s): make update
1 parent a1b99a7 commit bc065d6

File tree

1 file changed

+31
-26
lines changed

1 file changed

+31
-26
lines changed

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

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,25 @@ spec:
1818
- name: v1alpha1
1919
schema:
2020
openAPIV3Schema:
21-
description: "PodNetworkConnectivityCheck \n Compatibility level 4: No compatibility
22-
is provided, the API can change at any point for any reason. These capabilities
23-
should not be used by applications needing long term support."
21+
description: |-
22+
PodNetworkConnectivityCheck
23+
24+
Compatibility level 4: No compatibility is provided, the API can change at any point for any reason. These capabilities should not be used by applications needing long term support.
2425
properties:
2526
apiVersion:
26-
description: 'APIVersion defines the versioned schema of this representation
27-
of an object. Servers should convert recognized schemas to the latest
28-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
27+
description: |-
28+
APIVersion defines the versioned schema of this representation of an object.
29+
Servers should convert recognized schemas to the latest internal value, and
30+
may reject unrecognized values.
31+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
2932
type: string
3033
kind:
31-
description: 'Kind is a string value representing the REST resource this
32-
object represents. Servers may infer this from the endpoint the client
33-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34+
description: |-
35+
Kind is a string value representing the REST resource this object represents.
36+
Servers may infer this from the endpoint the client submits requests to.
37+
Cannot be updated.
38+
In CamelCase.
39+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3440
type: string
3541
metadata:
3642
type: object
@@ -43,19 +49,19 @@ spec:
4349
pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$
4450
type: string
4551
targetEndpoint:
46-
description: EndpointAddress to check. A TCP address of the form host:port.
47-
Note that if host is a DNS name, then the check would fail if the
48-
DNS name cannot be resolved. Specify an IP address for host to bypass
49-
DNS name lookup.
52+
description: |-
53+
EndpointAddress to check. A TCP address of the form host:port. Note that
54+
if host is a DNS name, then the check would fail if the DNS name cannot
55+
be resolved. Specify an IP address for host to bypass DNS name lookup.
5056
pattern: ^\S+:\d*$
5157
type: string
5258
tlsClientCert:
53-
description: TLSClientCert, if specified, references a kubernetes.io/tls
54-
type secret with 'tls.crt' and 'tls.key' entries containing an optional
55-
TLS client certificate and key to be used when checking endpoints
56-
that require a client certificate in order to gracefully preform
57-
the scan without causing excessive logging in the endpoint process.
58-
The secret must exist in the same namespace as this resource.
59+
description: |-
60+
TLSClientCert, if specified, references a kubernetes.io/tls type secret with 'tls.crt' and
61+
'tls.key' entries containing an optional TLS client certificate and key to be used when
62+
checking endpoints that require a client certificate in order to gracefully preform the
63+
scan without causing excessive logging in the endpoint process. The secret must exist in
64+
the same namespace as this resource.
5965
properties:
6066
name:
6167
description: name is the metadata.name of the referenced secret
@@ -143,10 +149,9 @@ spec:
143149
nullable: true
144150
type: string
145151
endLogs:
146-
description: EndLogs contains log entries related to the end
147-
of this outage. Should contain the success entry that resolved
148-
the outage and possibly a few of the failure log entries that
149-
preceded it.
152+
description: |-
153+
EndLogs contains log entries related to the end of this outage. Should contain the success
154+
entry that resolved the outage and possibly a few of the failure log entries that preceded it.
150155
items:
151156
description: LogEntry records events
152157
properties:
@@ -186,9 +191,9 @@ spec:
186191
nullable: true
187192
type: string
188193
startLogs:
189-
description: StartLogs contains log entries related to the start
190-
of this outage. Should contain the original failure, any entries
191-
where the failure mode changed.
194+
description: |-
195+
StartLogs contains log entries related to the start of this outage. Should contain
196+
the original failure, any entries where the failure mode changed.
192197
items:
193198
description: LogEntry records events
194199
properties:

0 commit comments

Comments
 (0)