Commit a1ffc8c4 authored by nikhiljindal's avatar nikhiljindal

Autogenerated proto changes

parent 44fc88ce
...@@ -607,6 +607,12 @@ message StatusDetails { ...@@ -607,6 +607,12 @@ message StatusDetails {
// +optional // +optional
optional string kind = 3; optional string kind = 3;
// UID of the resource.
// (when there is a single resource which can be described).
// More info: http://kubernetes.io/docs/user-guide/identifiers#uids
// +optional
optional string uid = 6;
// The Causes array includes more details associated with the StatusReason // The Causes array includes more details associated with the StatusReason
// failure. Not all StatusReasons may provide detailed causes. // failure. Not all StatusReasons may provide detailed causes.
// +optional // +optional
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment