Fix pages that reference removed API groups
Quite some resources have been moved out of the `extensions` API group since 1.18; the `apps/v1beta1` and `apps/v1beta2` group versions are also dropped. This PR updates the pages which still reference such API groups or group versions.
This commit is contained in:
@@ -949,7 +949,7 @@ See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for
|
||||
### Matching requests: matchPolicy
|
||||
|
||||
API servers can make objects available via multiple API groups or versions.
|
||||
For example, the Kubernetes API server allows creating and modifying `Deployment` objects
|
||||
For example, the Kubernetes API server may allow creating and modifying `Deployment` objects
|
||||
via `extensions/v1beta1`, `apps/v1beta1`, `apps/v1beta2`, and `apps/v1` APIs.
|
||||
|
||||
For example, if a webhook only specified a rule for some API groups/versions (like `apiGroups:["apps"], apiVersions:["v1","v1beta1"]`),
|
||||
|
||||
Reference in New Issue
Block a user