Commit Graph

6679 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
eee3e976d8 Merge pull request #78294 from vllry/kp-remove-resource-container
Remove deprecated flag --resource-container from kube-proxy
2019-06-22 00:38:12 -07:00
Mike Dame
084f7f35ac hack/update-vendor.sh 2019-06-20 20:37:38 -04:00
Mike Dame
5f3818230d Move pkg/util/printers to staging and update refs 2019-06-20 20:35:38 -04:00
Peter Swica
123fa89f21 Moved pkg/kubectl/util/term, pkg/kubectl/util/templates, pkg/kubectl/util/interrupt, and pkg/kubectl/util/interrupt to staging 2019-06-20 15:50:16 -04:00
Kubernetes Prow Robot
00e13dbc12 Merge pull request #78187 from dims/update-vendored-dependencies-to-released-versions-2
Update vendored dependencies to released version
2019-06-19 23:46:48 -07:00
Davanum Srinivas
d9de27d029 updating github.com/spf13/cast to v1.3.0 2019-06-19 06:38:33 -04:00
Davanum Srinivas
1c7bfba916 updating gopkg.in/yaml.v2 to v2.2.2 2019-06-19 06:38:33 -04:00
Davanum Srinivas
7858719b4c updating gopkg.in/square/go-jose.v2 to v2.2.2 2019-06-19 06:38:33 -04:00
Davanum Srinivas
21fc7d283d updating github.com/stretchr/testify to v1.3.0 2019-06-19 06:38:32 -04:00
Davanum Srinivas
ed2b80fe0f updating github.com/spf13/viper to v1.3.2 2019-06-19 06:38:32 -04:00
Davanum Srinivas
99d5aa759e updating github.com/spf13/pflag to v1.0.3 2019-06-19 06:38:32 -04:00
Davanum Srinivas
1b401bdab7 updating github.com/spf13/cobra to v0.0.4 2019-06-19 06:38:32 -04:00
Eric Ernst
5e09568c8e pod-overhead: autogenerated code updates
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-06-18 08:05:35 -07:00
Eric Ernst
bcb046a443 pod-overhead: add Overhead to RuntimeClass
Co-authored-by: Tim Allclair <tallclair@google.com>
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-06-18 08:05:35 -07:00
Eric Ernst
558477455c pod-overhead: add Overhead to PodSpec
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-06-18 08:05:35 -07:00
Han Kang
54dcf5c9c4 add readyz endpoint for kube-apiserver readiness checks
add startup sequence duration and readyz endpoint

add rbac bootstrapping policy for readyz

add integration test around grace period and readyz

rename startup sequence duration flag

copy health checks to fields

rename health-check installed boolean, refactor clock injection logic

cleanup clock injection code

remove todo about poststarthook url registration from healthz
2019-06-17 11:16:13 -07:00
Kubernetes Prow Robot
35e8a70b53 Merge pull request #79095 from ss104301/t-qini-controller_unit_test
Add unit tests for azure_controller_common.go and azure_controller_standard.go
2019-06-17 11:06:02 -07:00
Kubernetes Prow Robot
a2b1a7450e Merge pull request #79052 from M00nF1sh/add_yyyng_approver
add m00nf1sh as approver/reviewer in aws provider
2019-06-17 05:54:37 -07:00
Kubernetes Prow Robot
9120d427da Merge pull request #79020 from andyzhangx/resource-id-case-insensitive
fix: make azure disk URI as case insensitive
2019-06-17 04:37:06 -07:00
Kubernetes Prow Robot
fdd67d7dd8 Merge pull request #78419 from gaorong/changelog
fix some mistakes in changelog
2019-06-17 04:36:24 -07:00
nicky
d07acb8da6 Add unit tests for azure_controller_common.go and azure_controller_standard.go 2019-06-17 09:06:19 +00:00
Han Kang
f8a04aecc6 Add interface for registerable metrics which does not have any private methods 2019-06-16 18:41:14 -07:00
Han Kang
63440fef78 use reflect.deepEqual for noop object comparison 2019-06-16 15:21:06 -07:00
Han Kang
9c44ba22ca use noopRegistry for default global legacy prom registry and expose an http handler 2019-06-16 15:21:05 -07:00
Vallery Lancey
dc0f14312e Removed deprecated --resource-container flag from kube-proxy. 2019-06-16 08:36:42 -07:00
Kubernetes Prow Robot
22b9224d15 Merge pull request #79029 from liggitt/add-missing-api-tests
Add roundtrip and compatibility tests for missing API groups
2019-06-15 12:56:47 -07:00
Kubernetes Prow Robot
1254cd677f Merge pull request #78962 from yue9944882/chore/homogenize-cr-min-request-timeout
Chore: Applies configurable min-request-timeout for CR handler
2019-06-15 11:20:08 -07:00
Kubernetes Prow Robot
f523c25113 Merge pull request #78998 from jennybuckley/apply-conflict-panic
Don't dereference nil pointer in apply conflicts
2019-06-15 08:52:25 -07:00
Kubernetes Prow Robot
1a15ce1447 Merge pull request #78991 from sallyom/reflector-too-old-warning-info
Reflector watchHandler: make 'The resourceVersion for ... watch is too old' log Info not Warning
2019-06-15 03:47:01 -07:00
Kubernetes Prow Robot
773ed38d67 Merge pull request #78985 from liggitt/envelope-non-linux-test
Fix spurious .sock files running envelope unit tests
2019-06-15 03:46:49 -07:00
Kubernetes Prow Robot
7c0989445e Merge pull request #78873 from davidz627/fix/backAccessMode
Add more backward compatible access mode logic to remove ReadOnlyMany access mode when ReadWriteOnce,ReadOnlyMany specified
2019-06-14 23:06:34 -07:00
Kubernetes Prow Robot
e52dc689e1 Merge pull request #78869 from enj/enj/i/better_cache_mutation_diff
cache mutation detector: use correct diff function
2019-06-14 23:06:22 -07:00
Kubernetes Prow Robot
a767890968 Merge pull request #78867 from logicalhan/annotate-counter-vec
fix stability level annotation for counter vec
2019-06-14 23:06:09 -07:00
Kubernetes Prow Robot
aef21debe0 Merge pull request #78773 from logicalhan/base-registry
preload metrics for legacyregistry for backwards compatibility
2019-06-14 16:50:47 -07:00
Kubernetes Prow Robot
f09c828496 Merge pull request #78743 from smarterclayton/patch_object
Calling PatchAction on typed objects should work correctly
2019-06-14 16:50:35 -07:00
M00nF1sh
7a674590b8 add m00nf1sh as approver/reviewer in aws provider 2019-06-14 15:16:33 -07:00
Davanum Srinivas
37479f975e updating github.com/onsi/gomega to v1.5.0 2019-06-14 16:47:58 -04:00
Davanum Srinivas
8629f7fa25 updating github.com/onsi/ginkgo to v1.8.0 2019-06-14 16:47:58 -04:00
Davanum Srinivas
a7c552be86 updating github.com/mholt/caddy to v1.0.0 2019-06-14 16:47:57 -04:00
Davanum Srinivas
c6b2b45fa9 updating github.com/json-iterator/go to v1.1.6 2019-06-14 16:47:57 -04:00
Davanum Srinivas
db35f59e27 updating github.com/jonboulle/clockwork to v0.1.0 2019-06-14 16:47:57 -04:00
Davanum Srinivas
d04014a208 updating github.com/google/gofuzz to v1.0.0 2019-06-14 16:47:57 -04:00
Davanum Srinivas
ad2fc6903a updating github.com/evanphx/json-patch to v4.2.0+incompatible 2019-06-14 16:47:56 -04:00
Davanum Srinivas
453eac7c08 updating github.com/emicklei/go-restful to v2.9.5+incompatible 2019-06-14 16:47:56 -04:00
Davanum Srinivas
350dc358d4 updating github.com/coreos/go-semver to v0.3.0 2019-06-14 16:47:56 -04:00
Kubernetes Prow Robot
9f1548cdd9 Merge pull request #78656 from liggitt/compatibility-test-cleanup
Add helper script to regenerate API compatibility data, testdata README
2019-06-14 11:53:15 -07:00
Kubernetes Prow Robot
7abf2832bf Merge pull request #78614 from liggitt/remove-beta-e2e-use
Move test/e2e use to v1 APIs
2019-06-14 07:58:38 -07:00
Kubernetes Prow Robot
28f1ebe53b Merge pull request #78591 from caesarxuchao/crd-object-selector
Unit tests that make sure object selector works with CRD
2019-06-14 07:58:24 -07:00
Jordan Liggitt
031e8e0c8e Add HEAD fixtures 2019-06-14 10:53:26 -04:00
Jordan Liggitt
cbd2b96a6c Add v1.14.0 fixtures 2019-06-14 10:53:26 -04:00