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/networkpolicyspec.go
generated
vendored
4
vendor/k8s.io/client-go/applyconfigurations/extensions/v1beta1/networkpolicyspec.go
generated
vendored
@ -23,7 +23,7 @@ import (
|
||||
v1 "k8s.io/client-go/applyconfigurations/meta/v1"
|
||||
)
|
||||
|
||||
// NetworkPolicySpecApplyConfiguration represents an declarative configuration of the NetworkPolicySpec type for use
|
||||
// NetworkPolicySpecApplyConfiguration represents a declarative configuration of the NetworkPolicySpec type for use
|
||||
// with apply.
|
||||
type NetworkPolicySpecApplyConfiguration struct {
|
||||
PodSelector *v1.LabelSelectorApplyConfiguration `json:"podSelector,omitempty"`
|
||||
@ -32,7 +32,7 @@ type NetworkPolicySpecApplyConfiguration struct {
|
||||
PolicyTypes []extensionsv1beta1.PolicyType `json:"policyTypes,omitempty"`
|
||||
}
|
||||
|
||||
// NetworkPolicySpecApplyConfiguration constructs an declarative configuration of the NetworkPolicySpec type for use with
|
||||
// NetworkPolicySpecApplyConfiguration constructs a declarative configuration of the NetworkPolicySpec type for use with
|
||||
// apply.
|
||||
func NetworkPolicySpec() *NetworkPolicySpecApplyConfiguration {
|
||||
return &NetworkPolicySpecApplyConfiguration{}
|
||||
|
Reference in New Issue
Block a user