Skip to content

Commit 839d61f

Browse files
korifi-botdanail-branekov
authored andcommitted
Updating kubebuilder manifests
1 parent d681e21 commit 839d61f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

helm/korifi/controllers/crds/korifi.cloudfoundry.org_appworkloads.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ spec:
198198
alive or ready to receive traffic.
199199
properties:
200200
exec:
201-
description: Exec specifies the action to take.
201+
description: Exec specifies a command to execute in the container.
202202
properties:
203203
command:
204204
description: |-
@@ -219,7 +219,7 @@ spec:
219219
format: int32
220220
type: integer
221221
grpc:
222-
description: GRPC specifies an action involving a GRPC port.
222+
description: GRPC specifies a GRPC HealthCheckRequest.
223223
properties:
224224
port:
225225
description: Port number of the gRPC service. Number must
@@ -238,7 +238,7 @@ spec:
238238
- port
239239
type: object
240240
httpGet:
241-
description: HTTPGet specifies the http request to perform.
241+
description: HTTPGet specifies an HTTP GET request to perform.
242242
properties:
243243
host:
244244
description: |-
@@ -305,7 +305,7 @@ spec:
305305
format: int32
306306
type: integer
307307
tcpSocket:
308-
description: TCPSocket specifies an action involving a TCP port.
308+
description: TCPSocket specifies a connection to a TCP port.
309309
properties:
310310
host:
311311
description: 'Optional: Host name to connect to, defaults
@@ -358,7 +358,7 @@ spec:
358358
alive or ready to receive traffic.
359359
properties:
360360
exec:
361-
description: Exec specifies the action to take.
361+
description: Exec specifies a command to execute in the container.
362362
properties:
363363
command:
364364
description: |-
@@ -379,7 +379,7 @@ spec:
379379
format: int32
380380
type: integer
381381
grpc:
382-
description: GRPC specifies an action involving a GRPC port.
382+
description: GRPC specifies a GRPC HealthCheckRequest.
383383
properties:
384384
port:
385385
description: Port number of the gRPC service. Number must
@@ -398,7 +398,7 @@ spec:
398398
- port
399399
type: object
400400
httpGet:
401-
description: HTTPGet specifies the http request to perform.
401+
description: HTTPGet specifies an HTTP GET request to perform.
402402
properties:
403403
host:
404404
description: |-
@@ -465,7 +465,7 @@ spec:
465465
format: int32
466466
type: integer
467467
tcpSocket:
468-
description: TCPSocket specifies an action involving a TCP port.
468+
description: TCPSocket specifies a connection to a TCP port.
469469
properties:
470470
host:
471471
description: 'Optional: Host name to connect to, defaults
@@ -574,7 +574,7 @@ spec:
574574
alive or ready to receive traffic.
575575
properties:
576576
exec:
577-
description: Exec specifies the action to take.
577+
description: Exec specifies a command to execute in the container.
578578
properties:
579579
command:
580580
description: |-
@@ -595,7 +595,7 @@ spec:
595595
format: int32
596596
type: integer
597597
grpc:
598-
description: GRPC specifies an action involving a GRPC port.
598+
description: GRPC specifies a GRPC HealthCheckRequest.
599599
properties:
600600
port:
601601
description: Port number of the gRPC service. Number must
@@ -614,7 +614,7 @@ spec:
614614
- port
615615
type: object
616616
httpGet:
617-
description: HTTPGet specifies the http request to perform.
617+
description: HTTPGet specifies an HTTP GET request to perform.
618618
properties:
619619
host:
620620
description: |-
@@ -681,7 +681,7 @@ spec:
681681
format: int32
682682
type: integer
683683
tcpSocket:
684-
description: TCPSocket specifies an action involving a TCP port.
684+
description: TCPSocket specifies a connection to a TCP port.
685685
properties:
686686
host:
687687
description: 'Optional: Host name to connect to, defaults

0 commit comments

Comments
 (0)