Commit Graph

585 Commits

Author SHA1 Message Date
Kubernetes Publisher
69245a1d17 Merge pull request #62657 from matthyx/master
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>.

Update all script shebangs to use /usr/bin/env interpreter instead of /bin/interpreter

This is required to support systems where bash doesn't reside in /bin (such as NixOS, or the *BSD family) and allow users to specify a different interpreter version through $PATH manipulation.
https://www.cyberciti.biz/tips/finding-bash-perl-python-portably-using-env.html
```release-note
Use /usr/bin/env in all script shebangs to increase portability.
```

Kubernetes-commit: b5f61ac129019d314e473584c1491b7ca62144c7
2018-05-03 07:19:12 +00:00
Kubernetes Publisher
c0feae0701 Merge pull request #63059 from ceshihao/upgrade_json_package_fix_base64_newline
Automatic merge from submit-queue (batch tested with PRs 59965, 59115, 63076, 63059). 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>.

Upgrade dep json-iterator/go to fix base64 decode bug

**What this PR does / why we need it**:
upgrade dep `json-iterator/go` to fix base64 decode bug #62742

**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 #62742

**Special notes for your reviewer**:
Just upgrade `json-iterator/go` to latest which includes base64 decode fix https://github.com/json-iterator/go/pull/266
No other code changes

**Release note**:

```release-note
None
```

Kubernetes-commit: 3dbcd1ddcee786f443f89a82514bbd9c6ad06c99
2018-04-26 07:24:17 +00:00
Kubernetes Publisher
9b81532a60 Merge pull request #62412 from bhcleek/go1.10
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>.

generated code should pass go vet for go1.10

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

Update code generator and the code it generates to pass `go vet`.

go1.10 runs `go vet` whenever `go test` is run. Because of this, generated code for CRDs needs to pass `go vet`.

**Release note**:

```release-note
Code generated for CRDs now passes `go vet`.
```

Kubernetes-commit: 5dde701b876d1d0915314c3ed146e986c4327f7e
2018-04-20 15:20:04 +00:00
Kubernetes Publisher
32ad1389a8 Merge pull request #62505 from mtaufen/show-deprecated-help
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>.

Show help for deprecated Kubelet flags

We recently deprecated a bunch of Kubelet flags, which caused them to disappear from `--help` output. This PR unhides these flags, so that the deprecation notice is clearly visible in `--help`.

Fixes: #62009

```release-note
NONE
```

/cc @eparis

Kubernetes-commit: ee4d90aaa61150139cdcd67a73e22da8cb226dc6
2018-04-14 23:21:57 +00:00
Kubernetes Publisher
8d405dd3e1 Merge pull request #62273 from atlassian/dont-log-when-error-returned
Automatic merge from submit-queue (batch tested with PRs 62273, 62461). 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>.

Don't log when error returned

**What this PR does / why we need it**:
Both logging and returning an error is an antipattern. If the caller wants it logged they will log it. And in this case it will be logged twice which is very confusing for debugging.

**Release note**:
```release-note
NONE
```
/kind cleanup
/sig api-machinery

Kubernetes-commit: 0b5fa0b94a2e147ddae2278623c89648c211d229
2018-04-12 15:18:59 +00:00
Kubernetes Publisher
b05f3be049 sync: update required packages 2018-04-09 03:54:08 +00:00
Kubernetes Publisher
b099eae8cd sync: update godeps 2018-04-09 03:54:08 +00:00
Kubernetes Publisher
8c90968420 sync: update required packages 2018-04-08 23:54:30 +00:00
Kubernetes Publisher
60c19c2a53 sync: update godeps 2018-04-08 23:54:30 +00:00
Kubernetes Publisher
dcdc54df98 sync: update required packages 2018-04-08 19:54:39 +00:00
Kubernetes Publisher
8e0f7d4874 sync: update godeps 2018-04-08 19:54:38 +00:00
Kubernetes Publisher
a679ea1828 sync: update required packages 2018-04-08 15:53:28 +00:00
Kubernetes Publisher
0e1a760a91 sync: update godeps 2018-04-08 15:53:28 +00:00
Kubernetes Publisher
7431c5f474 sync: update required packages 2018-04-08 11:55:38 +00:00
Kubernetes Publisher
f3a6811dd3 sync: update godeps 2018-04-08 11:55:38 +00:00
Kubernetes Publisher
709fd539aa sync: update required packages 2018-04-08 07:54:54 +00:00
Kubernetes Publisher
ea01e096fa sync: update godeps 2018-04-08 07:54:54 +00:00
Kubernetes Publisher
fef47a8a8e sync: update required packages 2018-04-08 03:53:23 +00:00
Kubernetes Publisher
19f6cf7aa7 sync: update godeps 2018-04-08 03:53:22 +00:00
Kubernetes Publisher
8865a08dc7 sync: update required packages 2018-04-07 23:53:27 +00:00
Kubernetes Publisher
739cecdc1b sync: update godeps 2018-04-07 23:53:27 +00:00
Kubernetes Publisher
95cbedd0a1 sync: update required packages 2018-04-07 19:53:50 +00:00
Kubernetes Publisher
db1ea8ef50 sync: update godeps 2018-04-07 19:53:50 +00:00
Kubernetes Publisher
435b20016f sync: update required packages 2018-04-07 15:53:49 +00:00
Kubernetes Publisher
c693b1e50e sync: update godeps 2018-04-07 15:53:49 +00:00
Kubernetes Publisher
de4ea5262a sync: update required packages 2018-04-07 11:53:49 +00:00
Kubernetes Publisher
5cf44091e8 sync: update godeps 2018-04-07 11:53:49 +00:00
Kubernetes Publisher
7d983be3ec sync: update required packages 2018-04-07 07:55:05 +00:00
Kubernetes Publisher
9a9f0c5cb9 sync: update godeps 2018-04-07 07:55:05 +00:00
Kubernetes Publisher
c8fa32cd19 sync: update required packages 2018-04-07 03:54:30 +00:00
Kubernetes Publisher
ec0e6ae009 sync: update godeps 2018-04-07 03:54:30 +00:00
Kubernetes Publisher
e0a1db6d08 sync: update required packages 2018-04-06 23:53:40 +00:00
Kubernetes Publisher
2699b2b3b2 sync: update godeps 2018-04-06 23:53:40 +00:00
Kubernetes Publisher
c0c1344b1f Merge pull request #61400 from natronq/master
Automatic merge from submit-queue (batch tested with PRs 61400, 61048). 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>.

code-gen: allow specifying custom resync periods for certain informer types

**What this PR does / why we need it**:
This PR extends the informer code-generator to allow the consumer to specify a custom resync period for certain informer types and uses the default resync period if none is defined.

**Special notes for your reviewer**:
Example:
```go
cs := clientset.NewForConfigOrDie(config)
resyncConfig := externalversions.ResyncConfiguration{
  &samplev1alpha1.Sample{}: 30 * time.Second,
}
informer := externalversions.NewSharedInformerFactory(cs, 2*time.Minute, externalversions.WithCustomResyncConfig(resyncConfig))
```
**Release note**:

```release-note
NONE
```

Kubernetes-commit: 7daaa826d291c1501a52177c3e14b00c503c8527
2018-04-06 23:53:23 +00:00
Kubernetes Publisher
4a57a6f070 sync: update required packages 2018-04-06 19:52:32 +00:00
Kubernetes Publisher
28bc2cefcd sync: update godeps 2018-04-06 19:52:32 +00:00
Kubernetes Publisher
0edc443454 sync: update required packages 2018-04-06 15:55:16 +00:00
Kubernetes Publisher
86e7dab20d sync: update godeps 2018-04-06 15:55:16 +00:00
Kubernetes Publisher
3709cee765 sync: update required packages 2018-04-06 12:05:26 +00:00
Kubernetes Publisher
d74f225f28 sync: update godeps 2018-04-06 12:05:26 +00:00
Kubernetes Publisher
e933a6fa9c Merge pull request #60021 from nikhita/sample-controller-subresources
Automatic merge from submit-queue (batch tested with PRs 60102, 59970, 60021, 62011, 62080). 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 status subresource support

Builds on top of https://github.com/kubernetes/kubernetes/pull/55168.

**DO NOT MERGE** until https://github.com/kubernetes/kubernetes/pull/55168 is merged. Adding a hold.
/hold

Update: It is now merged! 🎉

This PR:

- Adds an example to show how to use the `/status` subresource with custom resources.
- Generates `UpdateStatus` for the `Foo` resource.
- Updates the comment in the controller to mention that `UpdateStatus` can now be used. Note: this is not enabled by default because subresources require the feature gate to be enabled and are not on by default.
- Updates the README to add feature gate information and examples for `CustomResourceSubresources`.
- Updates the README to remove feature gate information for CRD validation since the current example uses `apps/v1` deployments (and thus requires v1.9 anyway).

**Release note**:

```release-note
NONE
```

/assign sttts munnerz

Kubernetes-commit: 7bde13f191f0791a87fe5e2575feb3d4849de536
2018-04-06 12:05:08 +00:00
Kubernetes Publisher
aadb6d02da Merge pull request #62037 from cblecker/godep-bump
Automatic merge from submit-queue (batch tested with PRs 61959, 62037). 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>.

Bump godep version to v80

**What this PR does / why we need it**:
Update the minimum godep, to v80 (supposed to be the final version).

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

Kubernetes-commit: 22440e15764e2d821166eff5b965786fa928357e
2018-04-06 12:04:50 +00:00
Kubernetes Publisher
96b07c14ac Merge pull request #61800 from rithujohn191/remove-gopass
Automatic merge from submit-queue (batch tested with PRs 61818, 61800). 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>.

Replace gopass.GetPasswdMasked() by terminal.ReadPassword()

**What this PR does / why we need it**:
Replace `gopass.GetPasswdMasked()` used for reading passwords from the terminal with [`terminal.ReadPassword()`](https://godoc.org/golang.org/x/crypto/ssh/terminal#ReadPassword). This removes the `gopass` import.

**Special notes for your reviewer**:
Ran the following commands to update `godep` files:
```
./hack/godep-restore.sh -v
./hack/godep-save.sh
./hack/update-staging-godeps.sh
./hack/update-bazel.sh
```

/sig auth
/kind enhancement
/assign @ericchiang

```release-note
NONE
```

Kubernetes-commit: a5133305a9f347c79c20c5785d41cc9400be895e
2018-04-06 12:04:33 +00:00
Kubernetes Publisher
fac24b192a sync: update required packages 2018-03-30 19:46:44 +00:00
Kubernetes Publisher
316b82400f sync: update godeps 2018-03-30 19:46:43 +00:00
Kubernetes Publisher
7220d7f7a8 sync: update required packages 2018-03-30 16:00:27 +00:00
Kubernetes Publisher
4d73244bb2 sync: update godeps 2018-03-30 16:00:27 +00:00
Kubernetes Publisher
9e4d8510b3 sync: update required packages 2018-03-30 11:59:27 +00:00
Kubernetes Publisher
d9fcada825 sync: update godeps 2018-03-30 11:59:27 +00:00
Kubernetes Publisher
b569e8beb9 sync: update required packages 2018-03-30 07:58:33 +00:00
Kubernetes Publisher
78509bf814 sync: update godeps 2018-03-30 07:58:33 +00:00
Kubernetes Publisher
1dd644af46 sync: update required packages 2018-03-30 03:58:14 +00:00
Kubernetes Publisher
45f171cd1c sync: update godeps 2018-03-30 03:58:13 +00:00
Kubernetes Publisher
5ab6bc937a sync: update required packages 2018-03-30 00:00:05 +00:00
Kubernetes Publisher
7691be75b7 sync: update godeps 2018-03-30 00:00:04 +00:00
Kubernetes Publisher
75fe64a25a sync: update required packages 2018-03-29 19:48:56 +00:00
Kubernetes Publisher
48a8b2db1f sync: update godeps 2018-03-29 19:48:55 +00:00
Kubernetes Publisher
ee41c266dd sync: update required packages 2018-03-29 15:46:13 +00:00
Kubernetes Publisher
2e958d3a92 sync: update godeps 2018-03-29 15:46:13 +00:00
Kubernetes Publisher
a6192a1f94 sync: update required packages 2018-03-29 11:45:20 +00:00
Kubernetes Publisher
19901f031d sync: update godeps 2018-03-29 11:45:20 +00:00
Kubernetes Publisher
563ed65e6a sync: update required packages 2018-03-29 07:44:48 +00:00
Kubernetes Publisher
0f33588e12 sync: update godeps 2018-03-29 07:44:48 +00:00
Kubernetes Publisher
a81e0d9172 sync: update required packages 2018-03-29 03:46:08 +00:00
Kubernetes Publisher
abfbe9e320 sync: update godeps 2018-03-29 03:46:08 +00:00
Kubernetes Publisher
0ee2ead89a sync: update required packages 2018-03-28 23:45:37 +00:00
Kubernetes Publisher
c815f58ec6 sync: update godeps 2018-03-28 23:45:37 +00:00
Kubernetes Publisher
662273ed7f sync: update required packages 2018-03-28 19:46:48 +00:00
Kubernetes Publisher
268409f5e0 sync: update godeps 2018-03-28 19:46:47 +00:00
Kubernetes Publisher
219361be1e sync: update required packages 2018-03-28 15:47:53 +00:00
Kubernetes Publisher
b8b66f86f8 sync: update godeps 2018-03-28 15:47:53 +00:00
Kubernetes Publisher
b46753e595 sync: update required packages 2018-03-28 11:45:59 +00:00
Kubernetes Publisher
4e5c4eae34 sync: update godeps 2018-03-28 11:45:59 +00:00
Kubernetes Publisher
55aee52d4f sync: update required packages 2018-03-28 07:47:41 +00:00
Kubernetes Publisher
9150b86f3d sync: update godeps 2018-03-28 07:47:41 +00:00
Kubernetes Publisher
820568283f sync: update required packages 2018-03-28 03:44:56 +00:00
Kubernetes Publisher
f1db86b7b1 sync: update godeps 2018-03-28 03:44:56 +00:00
Kubernetes Publisher
de8d4e7ade sync: update required packages 2018-03-27 23:55:07 +00:00
Kubernetes Publisher
8e71b7e744 sync: update godeps 2018-03-27 23:55:06 +00:00
Kubernetes Publisher
70d56d6e81 sync: update required packages 2018-03-27 19:28:00 +00:00
Kubernetes Publisher
ec09503e8c sync: update godeps 2018-03-27 19:28:00 +00:00
Kubernetes Publisher
d72b96a47c sync: update required packages 2018-03-27 15:25:26 +00:00
Kubernetes Publisher
63aa97d0d4 sync: update godeps 2018-03-27 15:25:26 +00:00
Kubernetes Publisher
0b94d690a0 sync: update required packages 2018-03-27 11:24:26 +00:00
Kubernetes Publisher
d043d6ca38 sync: update godeps 2018-03-27 11:24:25 +00:00
Kubernetes Publisher
757ba6fd59 sync: update required packages 2018-03-27 07:23:42 +00:00
Kubernetes Publisher
53a5db94d7 sync: update godeps 2018-03-27 07:23:42 +00:00
Kubernetes Publisher
4d47428cc1 sync: update required packages 2018-03-27 03:23:59 +00:00
Kubernetes Publisher
e4beb956de sync: update godeps 2018-03-27 03:23:59 +00:00
Kubernetes Publisher
90afb4c691 sync: update required packages 2018-03-26 23:24:19 +00:00
Kubernetes Publisher
dd39d8ad9a sync: update godeps 2018-03-26 23:24:19 +00:00
Kubernetes Publisher
febdffdd7c sync: update required packages 2018-03-26 19:23:54 +00:00
Kubernetes Publisher
81a4aa36e5 sync: update godeps 2018-03-26 19:23:54 +00:00
Kubernetes Publisher
e012a157e5 sync: update required packages 2018-03-26 15:23:51 +00:00
Kubernetes Publisher
a9a379dd44 sync: update godeps 2018-03-26 15:23:51 +00:00
Kubernetes Publisher
e4b0f3541d sync: update required packages 2018-03-26 11:23:20 +00:00
Kubernetes Publisher
99e2948a55 sync: update godeps 2018-03-26 11:23:20 +00:00
Kubernetes Publisher
cec2a01dbb sync: update required packages 2018-03-26 07:22:49 +00:00
Kubernetes Publisher
7d2ce28ae6 sync: update godeps 2018-03-26 07:22:49 +00:00
Kubernetes Publisher
4f62774764 sync: update required packages 2018-03-26 03:26:19 +00:00