Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable batch/v2alpha1 API groupversion #19996

Merged
merged 3 commits into from
Jun 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions api/docs/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
Topics:
- Name: v1beta1.CronJob
File: v1beta1.CronJob
- Name: /apis/batch/v2alpha1
Dir: apis-batch
Topics:
- Name: v2alpha1.CronJob
File: v2alpha1.CronJob
- Name: /apis/extensions/v1beta1
Dir: apis-extensions
Topics:
Expand Down
41 changes: 0 additions & 41 deletions api/docs/api/v1.APIResourceList.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -737,47 +737,6 @@ $ curl -k \
* application/vnd.kubernetes.protobuf


[[Get-apis-batch-v2alpha1]]
=== Get all APIResourceLists
Get available resources

==== HTTP request
----
GET /apis/batch/v2alpha1/ HTTP/1.1
Authorization: Bearer $TOKEN
Accept: application/json
Connection: close
----

==== Curl request
----
$ curl -k \
-H "Authorization: Bearer $TOKEN" \
-H 'Accept: application/json' \
https://$ENDPOINT/apis/batch/v2alpha1/
----

==== Responses
[cols="1,5", options="header"]
|===
|HTTP Code|Schema
|200 OK|v1.APIResourceList
|401 Unauthorized|
|===

==== Consumes

* application/json
* application/yaml
* application/vnd.kubernetes.protobuf

==== Produces

* application/json
* application/yaml
* application/vnd.kubernetes.protobuf


[[Get-apis-build.openshift.io-v1]]
=== Get all APIResourceLists
Get available resources
Expand Down
1,912 changes: 0 additions & 1,912 deletions api/docs/apis-batch/v2alpha1.CronJob.adoc

This file was deleted.

Loading