k3s/pkg/api
Kubernetes Submit Queue aa5372c5ef Merge pull request #33055 from dchen1107/test1
Automatic merge from submit-queue

Fix backward compatibility issue caused by promoting initcontainers f…

#31026 moves init-container feature from alpha to beta, but only took care the backward compatibility for pod specification, not deal with status. For status, it simply moved from `pods.beta.kubernetes.io/init-container-statuses` to
`pods.beta.kubernetes.io/init-container-statuses` instead of introducing one more pods.beta.kubernetes.io/init-container-statuses. This breaks when the cluster is running with 1.4, but the user is still running with kubectl 1.3.x. 

Fixed #32711
2016-09-20 17:09:20 -07:00
..
annotations
endpoints
errors Revert "Revert "Allow webhook authenticator to use TokenReviewsInterface"" 2016-09-13 16:23:17 -04:00
install remove dead mapper 2016-09-19 09:57:19 -04:00
meta add FirstHitRESTMapper for adding thirdparty resources 2016-09-15 10:26:39 -04:00
pod Fix various typos in pkg/api 2016-08-29 11:31:16 +02:00
resource Update generated proto and swagger docs 2016-09-12 18:47:03 -07:00
rest work around the etcd watch issue 2016-09-20 09:26:47 -07:00
service GCE Cloud provider changes for ESIPP 2016-08-23 16:16:39 -07:00
testapi Merge pull request #30565 from lavalamp/improve-registered 2016-09-15 16:03:39 -07:00
testing change rbac roleref type 2016-09-09 09:55:51 -04:00
unversioned Add +k8s:openapi-gen tag to API types 2016-09-12 18:47:03 -07:00
util
v1 Fix backward compatibility issue caused by promoting initcontainers from alpha to beta. 2016-09-19 16:33:25 -07:00
validation add validation rule to prevent adding finalizers if the object is being deleted 2016-09-09 15:29:08 -07:00
OWNERS
context.go print instruction in case of failed kubectl 1.3 rolling-update against 1.4 cluster 2016-09-15 17:20:39 -07:00
context_test.go
conversion.go fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
conversion_test.go
copy_test.go
deep_copy_test.go Update etcd default ports for v3, and validate tests 2016-08-17 07:49:19 -05:00
defaults.go fix register.go files up + add test import 2016-08-11 17:06:54 -07:00
doc.go
field_constants.go
generate.go
generate_test.go
helpers.go update taints e2e, respect that taint is unique by key, effect 2016-09-09 19:15:11 +08:00
helpers_test.go update taints e2e, respect that taint is unique by key, effect 2016-09-09 19:15:11 +08:00
mapper.go remove dead mapper 2016-09-19 09:57:19 -04:00
meta.go add ClusterName field to ObjectMeta 2016-08-22 21:09:57 -07:00
meta_test.go Refactor uuid into its own pkg 2016-07-30 00:07:02 -04:00
node_example.json
ref.go
ref_test.go
register.go Fix various typos in pkg/api 2016-08-29 11:31:16 +02:00
replication_controller_example.json Initial Quobyte support 2016-08-18 17:13:50 +02:00
requestcontext.go
resource_helpers.go Fix various typos in pkg/api 2016-08-29 11:31:16 +02:00
resource_helpers_test.go
serialization_proto_test.go Convert() should accept the new conversion Context value 2016-08-18 14:45:20 -04:00
serialization_test.go Convert() should accept the new conversion Context value 2016-08-18 14:45:20 -04:00
types.generated.go Run hack/update-all.sh 2016-08-25 13:22:01 +02:00
types.go api: types: document NodeSpec ID fields 2016-09-17 16:37:29 -07:00
zz_generated.deepcopy.go Run hack/update-all.sh 2016-08-25 13:22:01 +02:00