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/networking/v1beta1/httpingresspath.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/networking/v1beta1/httpingresspath.go
generated
vendored
@ -22,7 +22,7 @@ import (
|
||||
v1beta1 "k8s.io/api/networking/v1beta1"
|
||||
)
|
||||
|
||||
// HTTPIngressPathApplyConfiguration represents an declarative configuration of the HTTPIngressPath type for use
|
||||
// HTTPIngressPathApplyConfiguration represents a declarative configuration of the HTTPIngressPath type for use
|
||||
// with apply.
|
||||
type HTTPIngressPathApplyConfiguration struct {
|
||||
Path *string `json:"path,omitempty"`
|
||||
@ -30,7 +30,7 @@ type HTTPIngressPathApplyConfiguration struct {
|
||||
Backend *IngressBackendApplyConfiguration `json:"backend,omitempty"`
|
||||
}
|
||||
|
||||
// HTTPIngressPathApplyConfiguration constructs an declarative configuration of the HTTPIngressPath type for use with
|
||||
// HTTPIngressPathApplyConfiguration constructs a declarative configuration of the HTTPIngressPath type for use with
|
||||
// apply.
|
||||
func HTTPIngressPath() *HTTPIngressPathApplyConfiguration {
|
||||
return &HTTPIngressPathApplyConfiguration{}
|
||||
|
Reference in New Issue
Block a user