Commit Graph

10808 Commits

Author SHA1 Message Date
Antoine Pelisse
353b1ee084 Tombstone the former Fields field by commenting the old entry 2019-08-28 08:54:17 -07:00
RainbowMango
c8c055b316 Cleanup staticcheck issues for package in client-go. 2019-08-28 23:08:17 +08:00
Kubernetes Prow Robot
8af33f9733 Merge pull request #81946 from deads2k/cache
add cache-control headers to kube-apiserver
2019-08-28 05:11:39 -07:00
Han Kang
8da448dbe3 migrate scheduler metrics endpoint to metrics stability framework 2019-08-28 03:40:43 -07:00
Kubernetes Prow Robot
f0be447922 Merge pull request #81931 from RainbowMango/pr_cleanup_staticcheck_issues_for_vsphere
Cleanup vsphere staticcheck issue
2019-08-28 03:10:10 -07:00
Kubernetes Prow Robot
273e1a4605 Merge pull request #81896 from liggitt/webhook-efficiency
Compute webhook selectors and client once per webhookconfig revision
2019-08-28 03:09:38 -07:00
Kubernetes Prow Robot
91bec13163 Merge pull request #81871 from prameshj/vendor-update
Update vendor k8s-cloud-provider and google API
2019-08-28 03:09:25 -07:00
Kubernetes Prow Robot
de1cfa9bc1 Merge pull request #81787 from lmdaly/topology-manager-rename-strict-policy
Renaming strict policy to restricted policy
2019-08-28 01:38:04 -07:00
Kubernetes Prow Robot
61e2f52e38 Merge pull request #81754 from apelisse/version-fields
Add FieldsType field to ManagedFields to track content format
2019-08-28 01:37:50 -07:00
Kubernetes Prow Robot
f24aa47cea Merge pull request #81531 from logicalhan/kas-migration
migrate kube-apiserver metrics to stability framework
2019-08-28 01:37:33 -07:00
Kubernetes Prow Robot
03097277a4 Merge pull request #80955 from MikeSpreitzer/add-event-clock
Factor PassiveClock out of clock.Clock
2019-08-27 22:42:10 -07:00
Kubernetes Prow Robot
178d2eefee Merge pull request #80847 from verb/debug-kubectl-describe
Print ephemeral containers in kubectl describe
2019-08-27 22:41:45 -07:00
Kubernetes Prow Robot
0a784c5dc9 Merge pull request #78738 from jennybuckley/apply-only
Don't start tracking field management until object has been applied
2019-08-27 22:41:18 -07:00
Jordan Liggitt
5f319b18fa generated
Change-Id: Idf19b3d0b23b3436fe89b884cf487558ef18c7d3
2019-08-28 03:49:20 +00:00
Patrick Ohly
482a900e83 storage: make CSIInlineVolume a beta feature
The feature is complete and supported by an increasing number of CSI
drivers, but before it can be really used, it should be moved out of
alpha into beta.
2019-08-28 05:32:44 +02:00
Jordan Liggitt
e60b82a7b8 Update CRD docs 2019-08-27 23:30:01 -04:00
Josh Samuels
d61b833161 Moved managed fields validation to server-side apply 2019-08-27 23:19:56 -04:00
Robert Bailey
9d211ab352 Remove myself from reviewers across the repo so that PRs are no
longer assigned to me by blunderbuss.

Move myself to be an emeritus approver for the cluster directory.
2019-08-27 16:10:16 -07:00
Pavithra Ramesh
bb052ceacb gce staticcheck fixes 2019-08-27 16:05:56 -07:00
Pavithra Ramesh
ce3b145e73 Update vendor k8s-cloud-provider and google API
Ran commands:
hack/pin-dependency.sh github.com/GoogleCloudPlatform/k8s-cloud-provider 27a4ced34534a6c32b63159b100ac0efaa1d37b3
hack/update-vendor.sh

hack/pin-dependency.sh google.golang.org/api 5213b809086156e6e2b262a41394993fcff97439
hack/update-vendor.sh

hack/verify-vendor.sh

merge conflicts
2019-08-27 15:58:55 -07:00
Kubernetes Prow Robot
586d200e35 Merge pull request #80644 from verb/debug-kubectl
Allow kubectl to attach to ephemeral containers
2019-08-27 15:39:10 -07:00
Antoine Pelisse
6652091b63 Disable tracking manged fields on scale sub-resource 2019-08-27 15:37:41 -07:00
Antoine Pelisse
b2f518975f Update round-trip compatibility test 2019-08-27 14:52:36 -07:00
Antoine Pelisse
cf06ad1e47 Regenerate all 2019-08-27 14:52:36 -07:00
Antoine Pelisse
ff4e1f3592 Add new FieldsType to clarify the format of Fields 2019-08-27 14:52:36 -07:00
bpopovschi
0bf83ebd63 Updated the godoc on the CRD API types to follow conventions 2019-08-27 17:26:46 -04:00
Jordan Liggitt
485741ed67 Skip deleting custom resource instances that overlap with storage for built-in types 2019-08-27 16:27:28 -04:00
Han Kang
1700a315c1 add comment about explicitly registering grpcprom client metrics 2019-08-27 12:45:01 -07:00
Han Kang
4e5d906c4d add some documentation around the metrics stability migration changes for clarity 2019-08-27 12:45:01 -07:00
Han Kang
6eee64c308 add stability level to aggregator metrics and drop blank line in cmd file 2019-08-27 12:45:01 -07:00
Han Kang
466980dd74 migrate kube-apiserver metrics to stability framework 2019-08-27 12:45:01 -07:00
Kubernetes Prow Robot
bfd8610dda Merge pull request #81786 from sttts/sttts-openapi-log-why
aggregator/apiextensions: logs & metrics why OpenAPI spec is regenerated
2019-08-27 11:45:10 -07:00
Han Kang
b6831039b7 add logicalhan to reviewers for api-machinery directories 2019-08-27 10:40:29 -07:00
Lee Verberne
04d8cc9303 Generated docs for ephemeral containers API 2019-08-27 16:25:05 +00:00
Lee Verberne
dbf0548bbc Improve API documentation for ephemeral containers 2019-08-27 16:25:05 +00:00
Mike Spreitzer
2e2e6b82e0 Factor PassiveClock out of clock.Clock
PassiveClock has the subset of Clock functionality that only involves
reading the clock.  Identifying this subset makes it possible to write
packages that are more clearly easy to test.

When a package is coded against Clock rather than PassiveClock this
adds two problems for the unit test functions.  One is that Clock
provides no way for the test function to know when the next activity
is scheduled for.  That could be added to FakeClock relatively easily.
The second problem is that when a package uses channels to schedule
future activity, once the Clock has advanced to such a future time the
Clock (and hence the test function) does not get informed when that
activity has completed.
2019-08-27 10:34:12 -04:00
Dr. Stefan Schimanski
beee72e28b aggregator: add metric for openapi regeneration 2019-08-27 15:08:54 +02:00
Kubernetes Prow Robot
bcb464db7b Merge pull request #69655 from CaoShuFeng/Established_lastTransitionTime
always set lastTransitionTime when crd condition changes
2019-08-27 06:06:41 -07:00
Dr. Stefan Schimanski
63dbb234b8 apiextension: add metric for openapi regeneration 2019-08-27 13:57:45 +02:00
Dr. Stefan Schimanski
de020ecb1c aggregator/apiextensions: v(2) log why OpenAPI spec is regenerated 2019-08-27 13:57:04 +02:00
Cao Shufeng
eaf59df717 apiextensions: always set lastTransitionTime when CRD condition changes 2019-08-27 12:54:44 +02:00
Kubernetes Prow Robot
1698765538 Merge pull request #82005 from sttts/sttts-crds-coerce-generation
apiextensions: set 'metadata.generation: 1' on read from etcd if not set
2019-08-27 03:46:42 -07:00
Lee Verberne
66d0778828 Update kubectl polymorphic logs helper for ephemeral containers
This also updates the test to check there were actual actions that
weren't expected.
2019-08-27 09:35:16 +00:00
Dr. Stefan Schimanski
84d29fc8fa apiextensions: set 'metadata.generation: 1' during read from etcd if not set 2019-08-27 10:47:52 +02:00
Kubernetes Prow Robot
927f45191e Merge pull request #81527 from yastij/move-controller-util
move WaitForCacheSync to the sharedInformer package
2019-08-27 00:52:54 -07:00
Ted Yu
8efa1c2a8f Correct func name WithBuildMetadata 2019-08-26 21:10:56 -07:00
Kubernetes Prow Robot
533daf6624 Merge pull request #81836 from fabriziopandini/fix-upgrade-checks
kubeadm: fix upgrade checks
2019-08-26 20:55:37 -07:00
Kubernetes Prow Robot
36e0ea6bfa Merge pull request #81682 from caesarxuchao/beta-remainingItemCount
promote the remainingItemCount field to beta
2019-08-26 20:54:40 -07:00
Eric Ernst
7922d73f98 kubectl: take pod overhead into account
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
2019-08-26 17:31:47 -07:00
Haowei Cai
1878ded8a4 generated 2019-08-26 17:24:04 -07:00