plugin/kubernetes: Remove Endpoint and EndpointSlice v1beta Support (#6147)

* remove endpoint and endpointslicev1beta watch support

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* adjust readme

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* informer object changes

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* remove unused funcs

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

---------

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver
2023-06-12 11:22:57 -04:00
committed by GitHub
parent 6e6fc650ce
commit 06cd843918
4 changed files with 1 additions and 276 deletions

View File

@@ -114,9 +114,7 @@ that has not yet been synchronized.
## Monitoring Kubernetes Endpoints
By default the *kubernetes* plugin watches Endpoints via the `discovery.EndpointSlices` API. However the
`api.Endpoints` API is used instead if the Kubernetes version does not support the `EndpointSliceProxying`
feature gate by default (i.e. Kubernetes version < 1.19).
The *kubernetes* plugin watches Endpoints via the `discovery.EndpointSlices` API.
## Ready