mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-25 03:44:40 -04:00
Automatic merge from submit-queue (batch tested with PRs 45247, 45810, 45034, 45898, 45899) Apiregistration v1alpha1→v1beta1 Promoting apiregistration api from v1alpha1 to v1beta1. API Registration is responsible for registering an API `Group`/`Version` with another kubernetes like API server. The `APIService` holds information about the other API server in `APIServiceSpec` type as well as general `TypeMeta` and `ObjectMeta`. The `APIServiceSpec` type have the main configuration needed to do the aggregation. Any request coming for specified `Group`/`Version` will be directed to the service defined by `ServiceReference` (on port 443) after validating the target using provided `CABundle` or skipping validation if development flag `InsecureSkipTLSVerify` is set. `Priority` is controlling the order of this API group in the overall discovery document. The return status is a set of conditions for this aggregation. Currently there is only one condition named "Available", if true, it means the api/server requests will be redirected to specified API server. ```release-note API Registration is now in beta. ``` |
||
|---|---|---|
| .. | ||
| annotations | ||
| endpoints | ||
| errors | ||
| events | ||
| helper | ||
| install | ||
| meta | ||
| pod | ||
| ref | ||
| resource | ||
| service | ||
| testapi | ||
| testing | ||
| unversioned | ||
| util | ||
| v1 | ||
| validation | ||
| annotation_key_constants.go | ||
| BUILD | ||
| conversion_test.go | ||
| copy_test.go | ||
| deep_copy_test.go | ||
| defaulting_test.go | ||
| doc.go | ||
| field_constants.go | ||
| json.go | ||
| meta_test.go | ||
| node_example.json | ||
| objectreference.go | ||
| OWNERS | ||
| register.go | ||
| replication_controller_example.json | ||
| resource.go | ||
| serialization_proto_test.go | ||
| serialization_test.go | ||
| taint.go | ||
| taint_test.go | ||
| toleration.go | ||
| types.go | ||
| unstructured_test.go | ||
| zz_generated.deepcopy.go | ||