mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 22:47:09 +08:00
vendor: update buildkit to v0.19.0-rc1
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
4
vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriverspec.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csidriverspec.go
generated
vendored
@ -22,7 +22,7 @@ import (
|
||||
v1beta1 "k8s.io/api/storage/v1beta1"
|
||||
)
|
||||
|
||||
// CSIDriverSpecApplyConfiguration represents an declarative configuration of the CSIDriverSpec type for use
|
||||
// CSIDriverSpecApplyConfiguration represents a declarative configuration of the CSIDriverSpec type for use
|
||||
// with apply.
|
||||
type CSIDriverSpecApplyConfiguration struct {
|
||||
AttachRequired *bool `json:"attachRequired,omitempty"`
|
||||
@ -35,7 +35,7 @@ type CSIDriverSpecApplyConfiguration struct {
|
||||
SELinuxMount *bool `json:"seLinuxMount,omitempty"`
|
||||
}
|
||||
|
||||
// CSIDriverSpecApplyConfiguration constructs an declarative configuration of the CSIDriverSpec type for use with
|
||||
// CSIDriverSpecApplyConfiguration constructs a declarative configuration of the CSIDriverSpec type for use with
|
||||
// apply.
|
||||
func CSIDriverSpec() *CSIDriverSpecApplyConfiguration {
|
||||
return &CSIDriverSpecApplyConfiguration{}
|
||||
|
Reference in New Issue
Block a user