Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated v1alpha1/ExternalEntity #6177

Merged
merged 1 commit into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 | v0.11.0 | v2.0.0 |
Loading