You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/operator/connectivitycheckcontroller/manifests/controlplane.operator.openshift.io_podnetworkconnectivitychecks.yaml
+31-26Lines changed: 31 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,25 @@ spec:
18
18
- name: v1alpha1
19
19
schema:
20
20
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.
24
25
properties:
25
26
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
29
32
type: string
30
33
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
0 commit comments