diff options
| author | Chao Xu <xuchao@google.com> | 2015-10-12 17:47:16 -0700 |
|---|---|---|
| committer | Chao Xu <xuchao@google.com> | 2015-10-15 13:39:54 -0700 |
| commit | 1f6336e0656d5f00e1b25e9e4810fea1f738e875 (patch) | |
| tree | 40c76343c6429a951b0bdf18a097369c331eee16 | |
| parent | 0942ca8f34a43393c1036ec4a5688fc6078c46d7 (diff) | |
refactor "experimental" to "extensions" in documents
| -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 beb3d7ac..077d5530 100644 --- a/extending-api.md +++ b/extending-api.md @@ -114,7 +114,7 @@ For example, if a user creates: ```yaml metadata: name: cron-tab.stable.example.com -apiVersion: experimental/v1alpha1 +apiVersion: extensions/v1beta1 kind: ThirdPartyResource description: "A specification of a Pod to run on a cron style schedule" versions: |
