diff options
| author | Chao Xu <xuchao@google.com> | 2015-09-16 22:15:05 -0700 |
|---|---|---|
| committer | Chao Xu <xuchao@google.com> | 2015-09-24 15:32:11 -0700 |
| commit | 28aa2acb97f52a83e26514b73ee2c201b1a39660 (patch) | |
| tree | 878e3296c7cc8585d08db23ba4cd3b8e81748c55 /extending-api.md | |
| parent | 8ad8f8cff031cb1072a13aaba55c495b4d6976ec (diff) | |
move experimental/v1 to experimental/v1alpha1;
use "group/version" in many places where used to expect "version" only.
Diffstat (limited to 'extending-api.md')
| -rw-r--r-- | extending-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extending-api.md b/extending-api.md index bbd02a54..628b5a16 100644 --- a/extending-api.md +++ b/extending-api.md @@ -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: |
