Commit Graph

42 Commits

Author SHA1 Message Date
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 edf73dabe5 Merge pull request #57767 from mbohlool/automated-cherry-pick-of-#57735-upstream-release-1.9
Automated cherry pick of #57735: Update boilerplate for 2018

Kubernetes-commit: 3968dfcc5de611f872995476b524bca12aec13eb
2018-01-03 02:19:13 +00:00
Kubernetes Publisher a2f289abf2 Merge pull request #55188 from mindprince/accelerator-monitoring
Automatic merge from submit-queue (batch tested with PRs 55798, 49579, 54862, 55188, 51990). 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>.

Add monitoring support for hardware accelerators

Currently only NVIDIA GPU monitoring is implemented.

Feature repo issue: https://github.com/kubernetes/features/issues/369
cAdvisor PR: https://github.com/google/cadvisor/pull/1762

/kind feature
/sig node
/sig instrumentation
/area hw-accelerators

**Release note**:
```release-note
Kubelet now exposes metrics for NVIDIA GPUs attached to the containers.
```

Kubernetes-commit: 779105673ab2f00af9e02dc9ac3c6413588aeae4
2017-12-07 05:04:13 +00:00
Kubernetes Publisher 5b4ab70a3f Merge pull request #54463 from saad-ali/volumeAttachmentAPI
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>.

Introduce new `VolumeAttachment` API Object

**What this PR does / why we need it**:

Introduce a new `VolumeAttachment` API Object. This object will be used by the CSI volume plugin to enable external attachers (see design [here](https://github.com/kubernetes/community/pull/1258). In the future, existing volume plugins can be refactored to use this object as well.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*:  Part of issue https://github.com/kubernetes/features/issues/178

**Special notes for your reviewer**:
None

**Release note**:

```release-note
NONE
```

Kubernetes-commit: ebe8ea73fd1a961779242dfbb629befa153e96fc
2017-12-07 05:03:59 +00:00
Kubernetes Publisher 745637cf02 Merge pull request #54957 from apelisse/update-kube-openapi
Automatic merge from submit-queue (batch tested with PRs 55004, 54957). 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>.

Update kube-openapi to use validation

**What this PR does / why we need it**: Moves openapi validation code to kube-openapi, so that we can move the rest of the code to apimachinery repository, so that later we can use it from both the client and the server.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #Nothing

**Special notes for your reviewer**:

**Release note**:
```release-note
NONE
```

Kubernetes-commit: 55e216f56eac0082acc6be655d9ae09cf9ba38a8
2017-12-07 05:03:31 +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