Commit 6576ad56 authored by Nikhita Raghunath's avatar Nikhita Raghunath

Update generated proto for empty structs

parent f519a9b6
...@@ -621,6 +621,10 @@ message OwnerReference { ...@@ -621,6 +621,10 @@ message OwnerReference {
optional bool blockOwnerDeletion = 7; optional bool blockOwnerDeletion = 7;
} }
// Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
message Patch {
}
// Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out. // Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.
message Preconditions { message Preconditions {
// Specifies the target UID. // Specifies the target UID.
......
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