update dependencies (#6267)
Signed-off-by: hongming <coder.scala@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