drop serving v1beta1 and v1alpha1 APIs (#2887)

* drop v1beta1 and v1alpha1

* api doc should reference v1 API

* drop v1alpha1 manually
This commit is contained in:
Dave Protasowski 2020-10-13 11:29:30 -04:00 committed by GitHub
parent 29aafb6e57
commit 139b047371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 2263 deletions

File diff suppressed because it is too large Load Diff

View File

@ -641,7 +641,7 @@ Configuration or Route, as follows:
- Additional `labels` and `annotations` on the Configuration and Route not - Additional `labels` and `annotations` on the Configuration and Route not
specified above MUST be removed. specified above MUST be removed.
- See the documentation of `spec` in the - See the documentation of `spec` in the
[detailed resource fields section](#detailed-resources--v1beta1) for the [detailed resource fields section](#detailed-resources--v1) for the
mapping of specific `spec` fields to the corresponding fields in Configuration mapping of specific `spec` fields to the corresponding fields in Configuration
and Route. and Route.
@ -729,7 +729,7 @@ to Knative request routing:
weight distributions). Developers SHOULD NOT assume that subsequent requests weight distributions). Developers SHOULD NOT assume that subsequent requests
from the same client will reach the same application instance. from the same client will reach the same application instance.
# Detailed Resources v1beta1 # Detailed Resources v1
The following schema defines a set of REQUIRED or RECOMMENDED resource fields on The following schema defines a set of REQUIRED or RECOMMENDED resource fields on
the Knative resource types. Whether a field is REQUIRED or RECOMMENDED is the Knative resource types. Whether a field is REQUIRED or RECOMMENDED is
@ -1260,7 +1260,7 @@ constitutes a request.
</tr> </tr>
</table> </table>
# Detailed Resource Types - v1beta1 # Detailed Resource Types - v1
Although `container,` `volumes,` and types that they reference are based upon Although `container,` `volumes,` and types that they reference are based upon
core Kubernetes objects, there are additional limitations applied to ensure that core Kubernetes objects, there are additional limitations applied to ensure that
@ -2744,7 +2744,7 @@ Max: 1
</tr> </tr>
</table> </table>
## [Addressable](https://github.com/knative/pkg/blob/master/apis/duck/v1beta1/addressable_types.go) (Interface) ## [Addressable](https://github.com/knative/pkg/blob/master/apis/duck/v1/addressable_types.go) (Interface)
<table> <table>
<tr> <tr>