mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-12 14:37:08 +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/csinodedriver.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/storage/v1beta1/csinodedriver.go
generated
vendored
@ -18,7 +18,7 @@ limitations under the License.
|
||||
|
||||
package v1beta1
|
||||
|
||||
// CSINodeDriverApplyConfiguration represents an declarative configuration of the CSINodeDriver type for use
|
||||
// CSINodeDriverApplyConfiguration represents a declarative configuration of the CSINodeDriver type for use
|
||||
// with apply.
|
||||
type CSINodeDriverApplyConfiguration struct {
|
||||
Name *string `json:"name,omitempty"`
|
||||
@ -27,7 +27,7 @@ type CSINodeDriverApplyConfiguration struct {
|
||||
Allocatable *VolumeNodeResourcesApplyConfiguration `json:"allocatable,omitempty"`
|
||||
}
|
||||
|
||||
// CSINodeDriverApplyConfiguration constructs an declarative configuration of the CSINodeDriver type for use with
|
||||
// CSINodeDriverApplyConfiguration constructs a declarative configuration of the CSINodeDriver type for use with
|
||||
// apply.
|
||||
func CSINodeDriver() *CSINodeDriverApplyConfiguration {
|
||||
return &CSINodeDriverApplyConfiguration{}
|
||||
|
Reference in New Issue
Block a user