Kubernetes Publisher
41bd698990
sync: update godeps
2018-03-19 02:05:48 +00:00
Kubernetes Publisher
655c7262e0
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-19 02:05:35 +00:00
Kubernetes Publisher
ca7ed5f32d
sync: update godeps
2018-03-18 22:06:09 +00:00
Kubernetes Publisher
b6481a76d9
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-18 22:05:57 +00:00
Kubernetes Publisher
8951e10159
sync: update godeps
2018-03-18 18:05:39 +00:00
Kubernetes Publisher
f4267e0146
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-18 18:05:27 +00:00
Kubernetes Publisher
9a85163d45
sync: update godeps
2018-03-18 14:05:11 +00:00
Kubernetes Publisher
d146a35b91
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-18 14:04:59 +00:00
Kubernetes Publisher
545c0a2511
sync: update godeps
2018-03-18 10:04:46 +00:00
Kubernetes Publisher
6a2e9d3200
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-18 10:04:34 +00:00
Kubernetes Publisher
5c2d7051fe
sync: update godeps
2018-03-18 06:04:16 +00:00
Kubernetes Publisher
81b94b904d
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-18 06:04:03 +00:00
Kubernetes Publisher
d76152b457
sync: update godeps
2018-03-18 02:04:55 +00:00
Kubernetes Publisher
dedfb2d82a
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-18 02:04:42 +00:00
Kubernetes Publisher
2b9e8c3b82
sync: update godeps
2018-03-17 22:05:25 +00:00
Kubernetes Publisher
10c3b98a0d
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-17 22:05:13 +00:00
Kubernetes Publisher
9e98f67046
sync: update godeps
2018-03-17 18:05:54 +00:00
Kubernetes Publisher
e130d8c483
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-17 18:05:42 +00:00
Kubernetes Publisher
22c2eae497
sync: update godeps
2018-03-17 14:05:07 +00:00
Kubernetes Publisher
1113ab3764
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-17 14:04:55 +00:00
Kubernetes Publisher
e1bb61dc32
sync: update godeps
2018-03-17 10:04:29 +00:00
Kubernetes Publisher
0f932205bc
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-17 10:04:16 +00:00
Kubernetes Publisher
54eb7c8c42
sync: update godeps
2018-03-17 06:04:35 +00:00
Kubernetes Publisher
facd585c31
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-17 06:04:23 +00:00
Kubernetes Publisher
44d7caaa9d
sync: update godeps
2018-03-17 02:05:31 +00:00
Kubernetes Publisher
5e77d6b95d
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-17 02:05:18 +00:00
Kubernetes Publisher
86272edfa5
sync: update godeps
2018-03-16 22:05:17 +00:00
Kubernetes Publisher
4e8ca57d20
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-16 22:05:04 +00:00
Kubernetes Publisher
d26dc4b326
sync: update godeps
2018-03-16 18:05:17 +00:00
Kubernetes Publisher
29aec055d1
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-16 18:05:04 +00:00
Kubernetes Publisher
2f7d854d66
sync: update godeps
2018-03-16 14:05:35 +00:00
Kubernetes Publisher
6fa40109a4
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-16 14:05:22 +00:00
Kubernetes Publisher
0c3d9bdeab
sync: update godeps
2018-03-16 10:04:51 +00:00
Kubernetes Publisher
be735f1c19
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-16 10:04:39 +00:00
Kubernetes Publisher
5074ef82d2
sync: update godeps
2018-03-16 06:03:23 +00:00
Kubernetes Publisher
0a18cf3397
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-16 06:03:11 +00:00
Kubernetes Publisher
f8106b9564
sync: update godeps
2018-03-16 02:05:18 +00:00
Kubernetes Publisher
e7f796cb9f
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-16 02:05:06 +00:00
Kubernetes Publisher
49500d5614
sync: update godeps
2018-03-15 22:05:15 +00:00
Kubernetes Publisher
e27847e63b
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-15 22:05:03 +00:00
Kubernetes Publisher
496c0fb7c6
sync: update godeps
2018-03-15 18:05:45 +00:00
Kubernetes Publisher
2d749b5ee4
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-15 18:05:23 +00:00
Kubernetes Publisher
8b48e5925f
sync: update godeps
2018-03-15 14:04:28 +00:00
Kubernetes Publisher
2831cd8c7d
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-15 14:04:15 +00:00
Kubernetes Publisher
0af3465cf7
sync: update godeps
2018-03-15 10:11:27 +00:00
Kubernetes Publisher
7c1c1c3231
sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel
2018-03-15 10:11:15 +00:00
Kubernetes Publisher
773784112f
Merge pull request #55650 from smarterclayton/make_unstructured_conversion
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Move unstructured conversion into pkg/runtime
Scheme conversion should support unstructured conversion natively to
allow going from unstructured to typed and back. It is not a higher
level responsibility to do that conversion because the scheme is the
only one who knows what types it supports.
@liggitt @kubernetes/sig-cli-api-reviews I am going to make Scheme support unstructured in ConvertToVersion and Convert, which means resource.Builder and the CLI can get simpler for all existing use cases where versioned and unstructured need to coexist.
Kubernetes-commit: a67abac7654cc3e05618d41191d71730cf9565ac
2017-12-07 05:04:28 +00:00
Kubernetes Publisher
ec723b2112
Merge pull request #52753 from munnerz/sample-controller
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
sample-controller: add example CRD controller
**What this PR does / why we need it**:
Adds a sample-controller example repository
fixes #52752
**Special notes for your reviewer**:
This is currently based on the sttts:sttts-codegen-scripts branch and should not be merged until that is (ref https://github.com/kubernetes/kubernetes/pull/52186 )
**Release note**:
```
Add sample-controller repository
```
/cc @sttts @nikhita @colemickens
Kubernetes-commit: 9a7800f7d2efb88b397674672ac56f898826cf7c
2017-10-26 12:35:59 +00:00