mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-23 03:38:03 +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/discovery/v1/endpointport.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/discovery/v1/endpointport.go
generated
vendored
@@ -22,7 +22,7 @@ import (
|
||||
v1 "k8s.io/api/core/v1"
|
||||
)
|
||||
|
||||
// EndpointPortApplyConfiguration represents an declarative configuration of the EndpointPort type for use
|
||||
// EndpointPortApplyConfiguration represents a declarative configuration of the EndpointPort type for use
|
||||
// with apply.
|
||||
type EndpointPortApplyConfiguration struct {
|
||||
Name *string `json:"name,omitempty"`
|
||||
@@ -31,7 +31,7 @@ type EndpointPortApplyConfiguration struct {
|
||||
AppProtocol *string `json:"appProtocol,omitempty"`
|
||||
}
|
||||
|
||||
// EndpointPortApplyConfiguration constructs an declarative configuration of the EndpointPort type for use with
|
||||
// EndpointPortApplyConfiguration constructs a declarative configuration of the EndpointPort type for use with
|
||||
// apply.
|
||||
func EndpointPort() *EndpointPortApplyConfiguration {
|
||||
return &EndpointPortApplyConfiguration{}
|
||||
|
Reference in New Issue
Block a user