We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b79ede commit d48761fCopy full SHA for d48761f
pkg/codefresh/gitops.go
@@ -93,6 +93,7 @@ type (
93
SyncRevision string `json:"revision"`
94
Name string `json:"name"`
95
Activities []EnvironmentActivity `json:"activities"`
96
+ Resources interface{} `json:"resources"`
97
RepoUrl string `json:"repoUrl"`
98
Commit Commit `json:"commit"`
99
SyncPolicy SyncPolicy `json:"syncPolicy"`
0 commit comments