mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
change github.com/aws/aws-sdk-go to be the same revision in kubernetes
This commit is contained in:
4
vendor/github.com/aws/aws-sdk-go/service/budgets/api.go
generated
vendored
4
vendor/github.com/aws/aws-sdk-go/service/budgets/api.go
generated
vendored
@@ -2832,7 +2832,7 @@ type TimePeriod struct {
|
||||
//
|
||||
// After the end date, AWS deletes the budget and all associated notifications
|
||||
// and subscribers. You can change your end date with the UpdateBudget operation.
|
||||
End *time.Time `type:"timestamp"`
|
||||
End *time.Time `type:"timestamp" timestampFormat:"unix"`
|
||||
|
||||
// The start date for a budget. If you created your budget and didn't specify
|
||||
// a start date, AWS defaults to the start of your chosen time period (i.e.
|
||||
@@ -2843,7 +2843,7 @@ type TimePeriod struct {
|
||||
// and Cost Management console and the API.
|
||||
//
|
||||
// You can change your start date with the UpdateBudget operation.
|
||||
Start *time.Time `type:"timestamp"`
|
||||
Start *time.Time `type:"timestamp" timestampFormat:"unix"`
|
||||
}
|
||||
|
||||
// String returns the string representation
|
||||
|
||||
Reference in New Issue
Block a user