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:
@ -18,14 +18,14 @@ limitations under the License.
|
||||
|
||||
package v1beta1
|
||||
|
||||
// NetworkPolicyEgressRuleApplyConfiguration represents an declarative configuration of the NetworkPolicyEgressRule type for use
|
||||
// NetworkPolicyEgressRuleApplyConfiguration represents a declarative configuration of the NetworkPolicyEgressRule type for use
|
||||
// with apply.
|
||||
type NetworkPolicyEgressRuleApplyConfiguration struct {
|
||||
Ports []NetworkPolicyPortApplyConfiguration `json:"ports,omitempty"`
|
||||
To []NetworkPolicyPeerApplyConfiguration `json:"to,omitempty"`
|
||||
}
|
||||
|
||||
// NetworkPolicyEgressRuleApplyConfiguration constructs an declarative configuration of the NetworkPolicyEgressRule type for use with
|
||||
// NetworkPolicyEgressRuleApplyConfiguration constructs a declarative configuration of the NetworkPolicyEgressRule type for use with
|
||||
// apply.
|
||||
func NetworkPolicyEgressRule() *NetworkPolicyEgressRuleApplyConfiguration {
|
||||
return &NetworkPolicyEgressRuleApplyConfiguration{}
|
||||
|
Reference in New Issue
Block a user