Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop replace directives for incoming lib bumps #15777

Merged
merged 3 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 12 additions & 12 deletions config/core/300-resources/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ spec:
type: object
properties:
exec:
description: Exec specifies the action to take.
description: Exec specifies a command to execute in the container.
type: object
properties:
command:
Expand All @@ -356,7 +356,7 @@ spec:
type: integer
format: int32
grpc:
description: GRPC specifies an action involving a GRPC port.
description: GRPC specifies a GRPC HealthCheckRequest.
type: object
properties:
port:
Expand All @@ -372,7 +372,7 @@ spec:
type: string
default: ""
httpGet:
description: HTTPGet specifies the http request to perform.
description: HTTPGet specifies an HTTP GET request to perform.
type: object
properties:
host:
Expand Down Expand Up @@ -434,7 +434,7 @@ spec:
type: integer
format: int32
tcpSocket:
description: TCPSocket specifies an action involving a TCP port.
description: TCPSocket specifies a connection to a TCP port.
type: object
properties:
host:
Expand Down Expand Up @@ -503,7 +503,7 @@ spec:
type: object
properties:
exec:
description: Exec specifies the action to take.
description: Exec specifies a command to execute in the container.
type: object
properties:
command:
Expand All @@ -524,7 +524,7 @@ spec:
type: integer
format: int32
grpc:
description: GRPC specifies an action involving a GRPC port.
description: GRPC specifies a GRPC HealthCheckRequest.
type: object
properties:
port:
Expand All @@ -540,7 +540,7 @@ spec:
type: string
default: ""
httpGet:
description: HTTPGet specifies the http request to perform.
description: HTTPGet specifies an HTTP GET request to perform.
type: object
properties:
host:
Expand Down Expand Up @@ -602,7 +602,7 @@ spec:
type: integer
format: int32
tcpSocket:
description: TCPSocket specifies an action involving a TCP port.
description: TCPSocket specifies a connection to a TCP port.
type: object
properties:
host:
Expand Down Expand Up @@ -768,7 +768,7 @@ spec:
type: object
properties:
exec:
description: Exec specifies the action to take.
description: Exec specifies a command to execute in the container.
type: object
properties:
command:
Expand All @@ -789,7 +789,7 @@ spec:
type: integer
format: int32
grpc:
description: GRPC specifies an action involving a GRPC port.
description: GRPC specifies a GRPC HealthCheckRequest.
type: object
properties:
port:
Expand All @@ -805,7 +805,7 @@ spec:
type: string
default: ""
httpGet:
description: HTTPGet specifies the http request to perform.
description: HTTPGet specifies an HTTP GET request to perform.
type: object
properties:
host:
Expand Down Expand Up @@ -867,7 +867,7 @@ spec:
type: integer
format: int32
tcpSocket:
description: TCPSocket specifies an action involving a TCP port.
description: TCPSocket specifies a connection to a TCP port.
type: object
properties:
host:
Expand Down
24 changes: 12 additions & 12 deletions config/core/300-resources/revision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ spec:
type: object
properties:
exec:
description: Exec specifies the action to take.
description: Exec specifies a command to execute in the container.
type: object
properties:
command:
Expand All @@ -332,7 +332,7 @@ spec:
type: integer
format: int32
grpc:
description: GRPC specifies an action involving a GRPC port.
description: GRPC specifies a GRPC HealthCheckRequest.
type: object
properties:
port:
Expand All @@ -348,7 +348,7 @@ spec:
type: string
default: ""
httpGet:
description: HTTPGet specifies the http request to perform.
description: HTTPGet specifies an HTTP GET request to perform.
type: object
properties:
host:
Expand Down Expand Up @@ -410,7 +410,7 @@ spec:
type: integer
format: int32
tcpSocket:
description: TCPSocket specifies an action involving a TCP port.
description: TCPSocket specifies a connection to a TCP port.
type: object
properties:
host:
Expand Down Expand Up @@ -479,7 +479,7 @@ spec:
type: object
properties:
exec:
description: Exec specifies the action to take.
description: Exec specifies a command to execute in the container.
type: object
properties:
command:
Expand All @@ -500,7 +500,7 @@ spec:
type: integer
format: int32
grpc:
description: GRPC specifies an action involving a GRPC port.
description: GRPC specifies a GRPC HealthCheckRequest.
type: object
properties:
port:
Expand All @@ -516,7 +516,7 @@ spec:
type: string
default: ""
httpGet:
description: HTTPGet specifies the http request to perform.
description: HTTPGet specifies an HTTP GET request to perform.
type: object
properties:
host:
Expand Down Expand Up @@ -578,7 +578,7 @@ spec:
type: integer
format: int32
tcpSocket:
description: TCPSocket specifies an action involving a TCP port.
description: TCPSocket specifies a connection to a TCP port.
type: object
properties:
host:
Expand Down Expand Up @@ -744,7 +744,7 @@ spec:
type: object
properties:
exec:
description: Exec specifies the action to take.
description: Exec specifies a command to execute in the container.
type: object
properties:
command:
Expand All @@ -765,7 +765,7 @@ spec:
type: integer
format: int32
grpc:
description: GRPC specifies an action involving a GRPC port.
description: GRPC specifies a GRPC HealthCheckRequest.
type: object
properties:
port:
Expand All @@ -781,7 +781,7 @@ spec:
type: string
default: ""
httpGet:
description: HTTPGet specifies the http request to perform.
description: HTTPGet specifies an HTTP GET request to perform.
type: object
properties:
host:
Expand Down Expand Up @@ -843,7 +843,7 @@ spec:
type: integer
format: int32
tcpSocket:
description: TCPSocket specifies an action involving a TCP port.
description: TCPSocket specifies a connection to a TCP port.
type: object
properties:
host:
Expand Down
24 changes: 12 additions & 12 deletions config/core/300-resources/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ spec:
type: object
properties:
exec:
description: Exec specifies the action to take.
description: Exec specifies a command to execute in the container.
type: object
properties:
command:
Expand All @@ -374,7 +374,7 @@ spec:
type: integer
format: int32
grpc:
description: GRPC specifies an action involving a GRPC port.
description: GRPC specifies a GRPC HealthCheckRequest.
type: object
properties:
port:
Expand All @@ -390,7 +390,7 @@ spec:
type: string
default: ""
httpGet:
description: HTTPGet specifies the http request to perform.
description: HTTPGet specifies an HTTP GET request to perform.
type: object
properties:
host:
Expand Down Expand Up @@ -452,7 +452,7 @@ spec:
type: integer
format: int32
tcpSocket:
description: TCPSocket specifies an action involving a TCP port.
description: TCPSocket specifies a connection to a TCP port.
type: object
properties:
host:
Expand Down Expand Up @@ -521,7 +521,7 @@ spec:
type: object
properties:
exec:
description: Exec specifies the action to take.
description: Exec specifies a command to execute in the container.
type: object
properties:
command:
Expand All @@ -542,7 +542,7 @@ spec:
type: integer
format: int32
grpc:
description: GRPC specifies an action involving a GRPC port.
description: GRPC specifies a GRPC HealthCheckRequest.
type: object
properties:
port:
Expand All @@ -558,7 +558,7 @@ spec:
type: string
default: ""
httpGet:
description: HTTPGet specifies the http request to perform.
description: HTTPGet specifies an HTTP GET request to perform.
type: object
properties:
host:
Expand Down Expand Up @@ -620,7 +620,7 @@ spec:
type: integer
format: int32
tcpSocket:
description: TCPSocket specifies an action involving a TCP port.
description: TCPSocket specifies a connection to a TCP port.
type: object
properties:
host:
Expand Down Expand Up @@ -786,7 +786,7 @@ spec:
type: object
properties:
exec:
description: Exec specifies the action to take.
description: Exec specifies a command to execute in the container.
type: object
properties:
command:
Expand All @@ -807,7 +807,7 @@ spec:
type: integer
format: int32
grpc:
description: GRPC specifies an action involving a GRPC port.
description: GRPC specifies a GRPC HealthCheckRequest.
type: object
properties:
port:
Expand All @@ -823,7 +823,7 @@ spec:
type: string
default: ""
httpGet:
description: HTTPGet specifies the http request to perform.
description: HTTPGet specifies an HTTP GET request to perform.
type: object
properties:
host:
Expand Down Expand Up @@ -885,7 +885,7 @@ spec:
type: integer
format: int32
tcpSocket:
description: TCPSocket specifies an action involving a TCP port.
description: TCPSocket specifies a connection to a TCP port.
type: object
properties:
host:
Expand Down
Loading
Loading