Skip to content

Commit

Permalink
add missing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jan 18, 2020
1 parent 39d7938 commit e666d0b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions util/kubernetes/api/response.go
Expand Up @@ -16,13 +16,13 @@ var (

// Status is an object that is returned when a request
// failed or delete succeeded.
// type Status struct {
// Kind string `json:"kind"`
// Status string `json:"status"`
// Message string `json:"message"`
// Reason string `json:"reason"`
// Code int `json:"code"`
// }
type Status struct {
Kind string `json:"kind"`
Status string `json:"status"`
Message string `json:"message"`
Reason string `json:"reason"`
Code int `json:"code"`
}

// Response ...
type Response struct {
Expand Down

0 comments on commit e666d0b

Please sign in to comment.