mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to opentelemetry support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
1094
vendor/k8s.io/api/core/v1/generated.pb.go
generated
vendored
1094
vendor/k8s.io/api/core/v1/generated.pb.go
generated
vendored
File diff suppressed because it is too large
Load Diff
1
vendor/k8s.io/api/core/v1/generated.proto
generated
vendored
1
vendor/k8s.io/api/core/v1/generated.proto
generated
vendored
@ -4753,6 +4753,7 @@ message ServicePort {
|
||||
|
||||
// The IP protocol for this port. Supports "TCP", "UDP", and "SCTP".
|
||||
// Default is TCP.
|
||||
// +default="TCP"
|
||||
// +optional
|
||||
optional string protocol = 2;
|
||||
|
||||
|
1
vendor/k8s.io/api/core/v1/types.go
generated
vendored
1
vendor/k8s.io/api/core/v1/types.go
generated
vendored
@ -4264,6 +4264,7 @@ type ServicePort struct {
|
||||
|
||||
// The IP protocol for this port. Supports "TCP", "UDP", and "SCTP".
|
||||
// Default is TCP.
|
||||
// +default="TCP"
|
||||
// +optional
|
||||
Protocol Protocol `json:"protocol,omitempty" protobuf:"bytes,2,opt,name=protocol,casttype=Protocol"`
|
||||
|
||||
|
Reference in New Issue
Block a user