Commit Graph

10808 Commits

Author SHA1 Message Date
jennybuckley
f9e57744d3 Fix version converter 2019-03-08 22:35:33 -08:00
Antoine Pelisse
92d8b19c0f Generated files 2019-03-08 16:55:53 -08:00
Antoine Pelisse
eb904d8fa8 Add "fieldManager" to flag to PATCH/CREATE/UPDATE
And add a corresponding flag in kubectl (for apply), even though the
value is defaulted in kubectl with "kubectl".

The flag is required for Apply patch-type, and optional for other PATCH,
CREATE and UPDATE (in which case we fallback on the user-agent).
2019-03-08 16:03:03 -08:00
Kubernetes Prow Robot
8bde75e63f Merge pull request #75201 from joelsmith/secdoc
Update embargo doc link in SECURITY_OWNERS and change PST to PSC
2019-03-08 15:41:36 -08:00
Kubernetes Prow Robot
81e8401127 Merge pull request #74997 from jennybuckley/apply-metrics
Track dry-run and apply in metrics
2019-03-08 15:40:58 -08:00
Kubernetes Prow Robot
8634ebed22 Merge pull request #75075 from kwiesmueller/fix-fieldmanager-sorting
fix handling of nil times in managedFields sorting
2019-03-08 14:19:21 -08:00
Kubernetes Prow Robot
349ce4c312 Merge pull request #74376 from mbohlool/gimli
Add latency metric for CR Webhook Conversion
2019-03-08 14:18:54 -08:00
David Eads
3874e43550 provide verbose output when health check fails 2019-03-08 15:49:29 -05:00
Joel Smith
7fd6ea47e8 Also update SECURITY_CONTACTS from staging 2019-03-08 11:23:24 -07:00
Clayton Coleman
3230a0b4fd Support Table and PartialObjectMetadata on watch
Clean up the code paths that lead to objects being transformed and output with negotiation.
Remove some duplicate code that was not consistent. Now, watch will respond correctly to
Table and PartialObjectMetadata requests. Add unit and integration tests.

When transforming responses to Tables, only the first watch event for a given type will
include the columns. Columns will not change unless the watch is restarted.

Add a volume attachment printer and tighten up table validation error cases.

Disable protobuf from table conversion because Tables don't have protobuf because they
use `interface{}`
2019-03-08 13:03:59 -05:00
Vladimir Vivien
d998fc8f0f CSI Inline Volume - Generated files 2019-03-08 12:39:58 -05:00
Vladimir Vivien
4ec7d2305d CSI Inline Volume - API changes 2019-03-08 12:35:07 -05:00
Mehdy Bohlool
18be830680 update generated files 2019-03-08 08:34:12 -08:00
Mehdy Bohlool
b62c8bca7a Add latency metric for CR Webhook Conversion 2019-03-08 08:34:12 -08:00
Mehdy Bohlool
094eb614fe Refactor CR converter code to share code between nopConverter and webhookConverter 2019-03-08 08:33:25 -08:00
Kubernetes Prow Robot
f229aa0ad6 Merge pull request #75044 from errordeveloper/move-cli-runtime-subpackages
Move printers & resources packages
2019-03-08 05:43:26 -08:00
Kubernetes Prow Robot
e318642946 Merge pull request #74998 from mbohlool/pippin
Webhook configurations can choose which version of Review request they accept
2019-03-08 03:01:26 -08:00
vivekbagade
9d8e6fb1b9 Added config to EventCorrelator in client-go
Added CorrelatorOptions that contains options to change the
defaults in EventSourceObjectSpamFilter and EventAggregator
in EventCorrelator. Added a eventCorrelator property to the
eventBroadcasterImpl to help with this.
2019-03-08 10:02:11 +01:00
Tomas Nozicka
8302b5b262 Handle unstructured status in RetryWatcher 2019-03-08 09:34:56 +01:00
Kubernetes Prow Robot
183e6cc190 Merge pull request #74433 from tallclair/runtimeclass-internal
Migrate RuntimeClass from a CRD to an internal API
2019-03-07 21:19:30 -08:00
Clayton Coleman
fa0fd28767 Handle nil interface inputs to diff.ObjectReflectDiff
Causes a panic today. Add godoc bragging about how ridiculously awesome
ObjectReflectDiff is.
2019-03-08 00:15:50 -05:00
Mehdy Bohlool
cbe00023c0 Update generated files 2019-03-07 21:00:29 -08:00
Mehdy Bohlool
9b28b915f5 Add ConversionReviewVersions to CustomResourceDefinitionSpec and defdefault it to v1beta1 2019-03-07 21:00:28 -08:00
David Zhu
41b3579345 Address review comments 2019-03-07 17:17:09 -08:00
jennybuckley
6e512eb875 Feature-gate the APPLY metric value 2019-03-07 15:14:43 -08:00
Mehdy Bohlool
f7dff4725f Add AdmissionReviewVersions to admissionregistration and default it 2019-03-07 15:02:16 -08:00
Ilya Dmitrichenko
6d7a9048b6 Move printers & resources packages
These packages deserve to live at the top level of `k8s.io/cli-runtime`,
as they are potentially of wider use than genericclioptions.
2019-03-07 23:00:24 +00:00
David Zhu
7d2f4e97b8 Add ADC Fallback if Node doesn't have driver installed 2019-03-07 14:47:38 -08:00
jennybuckley
077dd28df4 use utilsets.NewString 2019-03-07 14:20:10 -08:00
Tim Allclair
428e9fa329 generated files 2019-03-07 11:57:12 -08:00
Tim Allclair
820a1dc96b Add node.k8s.io/v1beta1 API 2019-03-07 11:57:12 -08:00
Tim Allclair
63f61a6714 Migrate RuntimeClass to internal API 2019-03-07 11:07:54 -08:00
Kubernetes Prow Robot
f8024ab087 Merge pull request #74904 from sttts/sttts-proto-tests
Rework proto generation scripts and add tests
2019-03-07 10:58:05 -08:00
Ihar Hrachyshka
65fb63a154 Fixed log message in client-go
An example of incorrect log message:

{
  "component":"virtctl",
  "level":"info",
  "msg":"Config loaded from fileocp/auth/kubeconfig",
  "pos":"loader.go:359",
  "timestamp":"2019-03-07T18:50:20.923470Z"
}

Note how the resulting message has no characters between the text and
file name.
2019-03-07 08:55:43 -08:00
Kubernetes Prow Robot
0b48018a39 Merge pull request #71192 from roycaihw/crd-publish-openapi
Publish CRD openapi
2019-03-07 03:54:58 -08:00
Kubernetes Prow Robot
eb95c27a55 Merge pull request #74837 from mtaufen/godep-klog
Update klog dependency
2019-03-06 22:55:34 -08:00
Haowei Cai
54b99413b2 generated 2019-03-06 20:36:40 -08:00
Haowei Cai
867cdce212 apiextensions: add openapi publishing unit+integration+e2e tests
Co-authored-by: Maciej Szulik <maszulik@redhat.com>
Co-authored-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
2019-03-06 20:36:23 -08:00
Haowei Cai
3079798d03 kube-aggregator: periodically resync local specs
Co-authored-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
2019-03-06 20:35:38 -08:00
Haowei Cai
0ba4050ce0 apiextensions-apiserver: crd openapi spec builder 2019-03-06 20:35:08 -08:00
Kubernetes Prow Robot
3199da2960 Merge pull request #74369 from skriss/object-tracker-merge-patch
fake client object tracker: support merge patch
2019-03-06 20:34:58 -08:00
Haowei Cai
11cf3101e3 apiextensions-apiserver: serve openapi spec
Co-authored-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
2019-03-06 16:32:15 -08:00
Kevin Wiesmüller
186761efee fix handling of nil times in managedFields sorting 2019-03-07 00:02:52 +00:00
jennybuckley
51b75460aa handle validation errors correctly 2019-03-06 15:57:18 -08:00
Kubernetes Prow Robot
9eebfe7a04 Merge pull request #75005 from Liujingfang1/vendor
update vendoring of kustomize
2019-03-06 14:45:29 -08:00
jennybuckley
4ac0116a5d Track dry-run and apply in metrics 2019-03-06 14:30:04 -08:00
Michael Taufen
4a4c1a6239 Update klog dependency 2019-03-06 11:17:47 -08:00
Kubernetes Prow Robot
4e6329400a Merge pull request #75010 from dims/clean-up-publishing-bot-rules
Cleanup publishing-bot rules
2019-03-06 03:26:37 -08:00
Kubernetes Prow Robot
d75ddcd0a4 Merge pull request #74969 from tnozicka/fix-example-flake
Fix client-go fake client example flake
2019-03-06 03:26:15 -08:00
Kubernetes Prow Robot
83f6b8869f Merge pull request #74981 from jennybuckley/update-vendor
Update sigs.k8s.io/structured-merge-diff version
2019-03-06 02:08:44 -08:00