Skip to content

Commit

Permalink
Remove depracated v1alpha1/ExternalEntity
Browse files Browse the repository at this point in the history
v1alpha1/ExternalEntity is not served for a long time, so it can be
removed from the CRD definition.

Signed-off-by: hjiajing <hjiajing@vmware.com>
  • Loading branch information
hjiajing committed Apr 7, 2024
1 parent 91f374b commit c3f2c79
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 42 deletions.
6 changes: 0 additions & 6 deletions build/charts/antrea/crds/externalentity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ spec:
type: string
externalNode:
type: string
- name: v1alpha1
served: false
storage: false
schema:
openAPIV3Schema:
type: object
scope: Namespaced
names:
plural: externalentities
Expand Down
6 changes: 0 additions & 6 deletions build/yamls/antrea-aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2384,12 +2384,6 @@ spec:
type: string
externalNode:
type: string
- name: v1alpha1
served: false
storage: false
schema:
openAPIV3Schema:
type: object
scope: Namespaced
names:
plural: externalentities
Expand Down
6 changes: 0 additions & 6 deletions build/yamls/antrea-crds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2373,12 +2373,6 @@ spec:
type: string
externalNode:
type: string
- name: v1alpha1
served: false
storage: false
schema:
openAPIV3Schema:
type: object
scope: Namespaced
names:
plural: externalentities
Expand Down
6 changes: 0 additions & 6 deletions build/yamls/antrea-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2384,12 +2384,6 @@ spec:
type: string
externalNode:
type: string
- name: v1alpha1
served: false
storage: false
schema:
openAPIV3Schema:
type: object
scope: Namespaced
names:
plural: externalentities
Expand Down
6 changes: 0 additions & 6 deletions build/yamls/antrea-gke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2384,12 +2384,6 @@ spec:
type: string
externalNode:
type: string
- name: v1alpha1
served: false
storage: false
schema:
openAPIV3Schema:
type: object
scope: Namespaced
names:
plural: externalentities
Expand Down
6 changes: 0 additions & 6 deletions build/yamls/antrea-ipsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2384,12 +2384,6 @@ spec:
type: string
externalNode:
type: string
- name: v1alpha1
served: false
storage: false
schema:
openAPIV3Schema:
type: object
scope: Namespaced
names:
plural: externalentities
Expand Down
6 changes: 0 additions & 6 deletions build/yamls/antrea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2384,12 +2384,6 @@ spec:
type: string
externalNode:
type: string
- name: v1alpha1
served: false
storage: false
schema:
openAPIV3Schema:
type: object
scope: Namespaced
names:
plural: externalentities
Expand Down
1 change: 1 addition & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ These are the API group versions which are currently available when using Antrea
| CRD | CRD version | Introduced in | Deprecated in | Removed in |
|---|---|---|---|---|
| `ClusterGroup` | v1alpha2 | v1.0.0 | v1.1.0 | v2.0.0 |
| `ExternalEntity` | v1alpha1 | v0.10.0 | v1.7.0 | v2.0.0 |

0 comments on commit c3f2c79

Please sign in to comment.