Skip to content

Commit d3e6ad0

Browse files
committed
updated docs
1 parent 6eb4191 commit d3e6ad0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ PHP K8s
99
[![Monthly Downloads](https://poser.pugx.org/renoki-co/php-k8s/d/monthly)](https://packagist.org/packages/renoki-co/php-k8s)
1010
[![License](https://poser.pugx.org/renoki-co/php-k8s/license)](https://packagist.org/packages/renoki-co/php-k8s)
1111

12-
![Min. K8s Version](https://img.shields.io/badge/Min.%20K8s%20Version-v1.17.17-%23326ce5?colorA=306CE8&colorB=green)
13-
![Max. K8s Version](https://img.shields.io/badge/Max.%20K8s%20Version-v1.19.7-%23326ce5?colorA=306CE8&colorB=green)
12+
![Min. K8s Version](https://img.shields.io/badge/Min.%20K8s%20Version-v1.18.15-%23326ce5?colorA=306CE8&colorB=green)
13+
![Max. K8s Version](https://img.shields.io/badge/Max.%20K8s%20Version-v1.20.2-%23326ce5?colorA=306CE8&colorB=green)
1414
[![Client Capabilities](https://img.shields.io/badge/Kubernetes%20Client-Silver-blue.svg?colorB=C0C0C0&colorA=306CE8)](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-capabilities)
1515
[![Client Support Level](https://img.shields.io/badge/Kubernetes%20Client-beta-green.svg?colorA=306CE8)](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/csi-new-client-library-procedure.md#client-support-level)
1616

docs/RESOURCES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Each resource inherits a default "base" class that is making the Resource build-
5252

5353
Since we support multiple K8s Cluster versions, some versions do promote certain resources to GA. Since each resource needs a default version, the package will set **the default versions for the oldest Kubernetes version supported**.
5454

55-
For example, if the package supports `v1.17+`, then the package will make sure the versions are defaults for `v1.17`. In some cases, like Ingress in `v1.19` that switched from Beta to GA, that the `v1beta1` is no longer a default and instead, the `v1` is now a default. If `v1.17` is the oldest supported version, then it will stay to `v1beta`.
55+
For example, if the package supports `v1.18 +`, then the package will make sure the versions are defaults for `v1.18`. In some cases, like Ingress in `v1.19` that switched from Beta to GA, the `v1beta1` is no longer a default and instead, the `v1` is now a default. If `v1.17` is the oldest supported version, then it will stay to `v1beta`.
5656

5757
The minimum Kubernetes version that is supported by a given package version can be found at the top of [README.md](../README.md).
5858

0 commit comments

Comments
 (0)