mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Updating StatusDetails.ID to Name in internal API
This commit is contained in:
@@ -564,7 +564,7 @@ func DeleteResource(r rest.GracefulDeleter, checkBody bool, scope RequestScope,
|
||||
Status: api.StatusSuccess,
|
||||
Code: http.StatusOK,
|
||||
Details: &api.StatusDetails{
|
||||
ID: name,
|
||||
Name: name,
|
||||
Kind: scope.Kind,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user