Skip to content

Commit

Permalink
feat(root): add ForceUpdateTimestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
xishengcai committed May 19, 2022
1 parent fdf313a commit 0dc23e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/core/v1alpha2/core_workload_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,10 @@ type ContainerizedWorkloadSpec struct {
// Dependency components
// +optional
Dependency []Dependency `json:"dependency,omitempty"`

// ForceUpdateTimestamp
// +optional
ForceUpdateTimestamp string `json:"forceUpdateTimestamp,omitempty"`
}

type Dependency struct {
Expand Down

0 comments on commit 0dc23e9

Please sign in to comment.