mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 05:27:07 +08:00
vendor: update buildkit to v0.19.0-rc1
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
@ -18,14 +18,14 @@ limitations under the License.
|
||||
|
||||
package v1beta1
|
||||
|
||||
// NetworkPolicyIngressRuleApplyConfiguration represents an declarative configuration of the NetworkPolicyIngressRule type for use
|
||||
// NetworkPolicyIngressRuleApplyConfiguration represents a declarative configuration of the NetworkPolicyIngressRule type for use
|
||||
// with apply.
|
||||
type NetworkPolicyIngressRuleApplyConfiguration struct {
|
||||
Ports []NetworkPolicyPortApplyConfiguration `json:"ports,omitempty"`
|
||||
From []NetworkPolicyPeerApplyConfiguration `json:"from,omitempty"`
|
||||
}
|
||||
|
||||
// NetworkPolicyIngressRuleApplyConfiguration constructs an declarative configuration of the NetworkPolicyIngressRule type for use with
|
||||
// NetworkPolicyIngressRuleApplyConfiguration constructs a declarative configuration of the NetworkPolicyIngressRule type for use with
|
||||
// apply.
|
||||
func NetworkPolicyIngressRule() *NetworkPolicyIngressRuleApplyConfiguration {
|
||||
return &NetworkPolicyIngressRuleApplyConfiguration{}
|
||||
|
Reference in New Issue
Block a user