Skip to content

Commit

Permalink
OCM-10734 | feat: add WifEnabled to version model
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolan018 committed Sep 13, 2024
1 parent 62c491e commit c3b0600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/version_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ class Version {

// ReleaseImages contains the URI of OpenShift release images for arm64 and multi architectures.
ReleaseImages ReleaseImages

// WifEnabled is a flag that indicates whether this version is enabled for Workload Identity Federation.
WifEnabled Boolean
}

0 comments on commit c3b0600

Please sign in to comment.