Commit Graph

14 Commits

Author SHA1 Message Date
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