Skip to content

Commit

Permalink
OCM-10883 | feat: include new manifest fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbranco committed Sep 9, 2024
1 parent a05b106 commit 64a5ae1
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 clusters-service.
CreationTimestamp Date

// Date and time when the manifest got updated in clusters-service.
UpdatedTimestamp Date

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

0 comments on commit 64a5ae1

Please sign in to comment.