Skip to content

Commit

Permalink
Merge pull request #981 from gdbranco/feat/ocm-10883
Browse files Browse the repository at this point in the history
OCM-10883 | feat: include new manifest fields
  • Loading branch information
gdbranco authored Sep 9, 2024
2 parents de3e472 + 0ac1b5c commit 66ddca8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions model/clusters_mgmt/v1/manifest_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,17 @@ limitations under the License.
class Manifest {
// List of k8s objects to deploy on a hosted cluster.
Workloads []Interface

// Spec of Manifest Work object from open cluster management
// For more info please check https://open-cluster-management.io/concepts/manifestwork.
Spec Interface

// Date and time when the manifest got created in OCM database.
CreationTimestamp Date

// Date and time when the manifest got updated in OCM database.
UpdatedTimestamp Date

// Transient value to represent the underlying live resource.
LiveResource Interface
}

0 comments on commit 66ddca8

Please sign in to comment.