Doc: apigroups, alpha, beta, experimental/v1alpha1

This commit is contained in:
Eric Tune
2015-10-08 16:29:02 -07:00
parent 11c735cefa
commit ca6c950b89
4 changed files with 130 additions and 8 deletions

View File

@@ -241,9 +241,12 @@ value is `Always`.)
## Caveats
Job is part of the experimental API group, so it is not subject to the same compatibility
guarantees as objects in the main API. It may not be enabled. Enable by setting
`--runtime-config=experimental/v1alpha1` on the apiserver.
Job objects are in the [`extensions` API Group](../api.md#api-groups). This API group may or
may not be enabled on your cluster.
Job objects have [API version `v1beta1`](../api.md#api-versioning). Beta objects may
undergo changes to their schema and/or semantics in future software releases, but
similar functionality will be supported.
## Future work