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.
  • Loading branch information
hjiajing committed Apr 1, 2024
1 parent 91f374b commit 67574db
Show file tree
Hide file tree
Showing 7 changed files with 0 additions 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

0 comments on commit 67574db

Please sign in to comment.