Merge pull request #74260 from stafot/update-vendor-dependencies

Update vendor package github.com/hashicorp/golang-lru

Kubernetes-commit: a2592364be3f4f9943f841182b27d0c62050a84a
This commit is contained in:
Kubernetes Publisher
2019-02-20 21:41:46 -08:00
parent e124f1f28f
commit 0b3639eedf
29 changed files with 1242 additions and 1119 deletions
+3
View File
@@ -194,11 +194,14 @@ message Duration {
}
// ExportOptions is the query options to the standard REST get call.
// Deprecated. Planned for removal in 1.18.
message ExportOptions {
// Should this value be exported. Export strips fields that a user can not specify.
// Deprecated. Planned for removal in 1.18.
optional bool export = 1;
// Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
// Deprecated. Planned for removal in 1.18.
optional bool exact = 2;
}