kubernetes/pkg/api/v1
Kubernetes Submit Queue 3f0ebbe884 Merge pull request #45247 from mbohlool/c3
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.
```
2017-05-16 19:01:55 -07:00
..
endpoints autogenerated 2017-04-14 10:40:57 -07:00
helper Make Daemons tolerate NoExecute taints correctly 2017-05-04 15:25:03 +02:00
node move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
pod move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
ref move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
resource bazel 2017-04-27 09:41:53 -07:00
service Autogenerated files 2017-05-12 10:59:00 -07:00
validation autogenerated 2017-04-14 10:40:57 -07:00
annotation_key_constants.go move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
backward_compatibility_test.go Refactor printers to separate typed printers from generic code 2017-02-23 00:28:30 -05:00
BUILD move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
conversion_test.go Remove vestiges of defaulting from conversion path, switch to top-level default registration only 2017-04-12 13:36:15 -04:00
conversion.go Merge pull request #39713 from k82cn/init_container_defaults 2017-05-06 23:03:48 -07:00
defaults_test.go Set defaults for initContainer beta. 2017-04-12 10:06:38 +08:00
defaults.go Remove vestiges of defaulting from conversion path, switch to top-level default registration only 2017-04-12 13:36:15 -04:00
doc.go Flag all packages as needing defaulters 2016-10-18 21:07:33 -04:00
generate.go move pkg/util/rand 2017-01-16 16:04:03 -05:00
generated.pb.go Update generated files 2017-05-15 15:34:33 -07:00
generated.proto Merge pull request #45247 from mbohlool/c3 2017-05-16 19:01:55 -07:00
meta.go remove objectmetafor 2017-04-10 15:13:35 -04:00
objectreference.go move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
OWNERS Update OWNERS approvers and reviewers: pkg/api 2016-11-09 10:18:08 -08:00
register.go make it possible to move SchemeBuilder with zz_generated.deepcopy.go 2017-04-27 16:57:29 -07:00
resource.go move pkg/api/v1/ref.go and pkg/api/v1/resource.go to subpackages. move some functions in resource.go to pkg/api/v1/node and pkg/api/v1/pod 2017-04-17 11:38:11 -07:00
taint_test.go move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
taint.go move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
toleration_test.go move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
toleration.go move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
types_swagger_doc_generated.go Autogenerated files 2017-05-15 14:15:30 -07:00
types.generated.go Autogenerated files 2017-05-12 10:59:00 -07:00
types.go Update 'More info' links on API types and fields 2017-05-15 13:32:25 -07:00
zz_generated.conversion.go Autogenerated files 2017-05-12 10:59:00 -07:00
zz_generated.deepcopy.go Use dedicated Unix User and Group ID types 2017-05-05 14:07:38 +02:00
zz_generated.defaults.go Addition of ScaleIO Kubernetes Volume Plugin 2017-03-03 15:47:19 -05:00