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/extensions/v1beta1/ingressspec.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/ingressspec.go
generated
vendored
@ -18,7 +18,7 @@ limitations under the License.
|
||||
|
||||
package v1beta1
|
||||
|
||||
// IngressSpecApplyConfiguration represents an declarative configuration of the IngressSpec type for use
|
||||
// IngressSpecApplyConfiguration represents a declarative configuration of the IngressSpec type for use
|
||||
// with apply.
|
||||
type IngressSpecApplyConfiguration struct {
|
||||
IngressClassName *string `json:"ingressClassName,omitempty"`
|
||||
@ -27,7 +27,7 @@ type IngressSpecApplyConfiguration struct {
|
||||
Rules []IngressRuleApplyConfiguration `json:"rules,omitempty"`
|
||||
}
|
||||
|
||||
// IngressSpecApplyConfiguration constructs an declarative configuration of the IngressSpec type for use with
|
||||
// IngressSpecApplyConfiguration constructs a declarative configuration of the IngressSpec type for use with
|
||||
// apply.
|
||||
func IngressSpec() *IngressSpecApplyConfiguration {
|
||||
return &IngressSpecApplyConfiguration{}
|
||||
|
Reference in New Issue
Block a user