mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
1
vendor/k8s.io/api/autoscaling/v1/generated.proto
generated
vendored
1
vendor/k8s.io/api/autoscaling/v1/generated.proto
generated
vendored
@ -85,6 +85,7 @@ message ContainerResourceMetricStatus {
|
||||
}
|
||||
|
||||
// CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
||||
// +structType=atomic
|
||||
message CrossVersionObjectReference {
|
||||
// Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
||||
optional string kind = 1;
|
||||
|
1
vendor/k8s.io/api/autoscaling/v1/types.go
generated
vendored
1
vendor/k8s.io/api/autoscaling/v1/types.go
generated
vendored
@ -23,6 +23,7 @@ import (
|
||||
)
|
||||
|
||||
// CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
||||
// +structType=atomic
|
||||
type CrossVersionObjectReference struct {
|
||||
// Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
|
||||
Kind string `json:"kind" protobuf:"bytes,1,opt,name=kind"`
|
||||
|
Reference in New Issue
Block a user