Skip to content

Commit

Permalink
Upgrade ACNP and ANNP to v1beta1 (#5186)
Browse files Browse the repository at this point in the history
Signed-off-by: graysonwu <[email protected]>
  • Loading branch information
GraysonWu authored Jul 25, 2023
1 parent 102e760 commit bef3711
Show file tree
Hide file tree
Showing 94 changed files with 19,343 additions and 6,586 deletions.
730 changes: 729 additions & 1 deletion build/charts/antrea/crds/clusternetworkpolicy.yaml

Large diffs are not rendered by default.

644 changes: 643 additions & 1 deletion build/charts/antrea/crds/networkpolicy.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ webhooks:
rules:
- operations: ["CREATE", "UPDATE"]
apiGroups: ["crd.antrea.io"]
apiVersions: ["v1alpha1"]
apiVersions: ["v1beta1"]
resources: ["clusternetworkpolicies"]
scope: "Cluster"
admissionReviewVersions: ["v1", "v1beta1"]
Expand All @@ -45,7 +45,7 @@ webhooks:
rules:
- operations: ["CREATE", "UPDATE"]
apiGroups: ["crd.antrea.io"]
apiVersions: ["v1alpha1"]
apiVersions: ["v1beta1"]
resources: ["networkpolicies"]
scope: "Namespaced"
admissionReviewVersions: ["v1", "v1beta1"]
Expand Down
Loading

0 comments on commit bef3711

Please sign in to comment.