Skip to content

Commit

Permalink
drop replace directives for incoming lib bumps (#15777)
Browse files Browse the repository at this point in the history
* drop replace directives for incoming lib bumps

* run ./hack/update-codegen.sh

* pull in latest knative.dev/pkg changes
  • Loading branch information
dprotaso authored Feb 17, 2025
1 parent 407adcf commit 02800e8
Show file tree
Hide file tree
Showing 1,358 changed files with 43,793 additions and 36,351 deletions.
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

0 comments on commit 02800e8

Please sign in to comment.