mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to 2943a0838
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
10
vendor/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.go
generated
vendored
10
vendor/k8s.io/api/storage/v1beta1/zz_generated.deepcopy.go
generated
vendored
@ -103,6 +103,16 @@ func (in *CSIDriverSpec) DeepCopyInto(out *CSIDriverSpec) {
|
||||
*out = make([]VolumeLifecycleMode, len(*in))
|
||||
copy(*out, *in)
|
||||
}
|
||||
if in.StorageCapacity != nil {
|
||||
in, out := &in.StorageCapacity, &out.StorageCapacity
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
if in.FSGroupPolicy != nil {
|
||||
in, out := &in.FSGroupPolicy, &out.FSGroupPolicy
|
||||
*out = new(FSGroupPolicy)
|
||||
**out = **in
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user