Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Jan 9, 2024
1 parent 3cb3bb9 commit 43a0b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bluechip_client/bluechip_models/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type Metadata struct {

Name string `json:"name"`
CreationTimestamp string `json:"creationTimestamp,omitempty"`
UpdateTimestamp string `json:"UpdateTimestamp,omitempty"`
UpdateTimestamp string `json:"updateTimestamp,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
Annotations map[string]string `json:"annotations,omitempty"`
Namespace string `json:"namespace,omitempty"`
Expand Down

0 comments on commit 43a0b86

Please sign in to comment.