mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 02:07:38 +00:00
move experimental/v1 to experimental/v1alpha1;
use "group/version" in many places where used to expect "version" only.
This commit is contained in:
@@ -114,7 +114,7 @@ For example, if a user creates:
|
||||
```yaml
|
||||
metadata:
|
||||
name: cron-tab.example.com
|
||||
apiVersion: experimental/v1
|
||||
apiVersion: experimental/v1alpha1
|
||||
kind: ThirdPartyResource
|
||||
description: "A specification of a Pod to run on a cron style schedule"
|
||||
versions:
|
||||
|
Reference in New Issue
Block a user