Skip to content

Commit

Permalink
Merge pull request #807 from marcolan018/ocm-200
Browse files Browse the repository at this point in the history
move `PrivateHostedZoneID` and `PrivateHostedZoneRoleARN` to `AWS` res
  • Loading branch information
oriAdler authored Aug 1, 2023
2 parents 9d23f2a + 64d8bc0 commit da80830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions model/clusters_mgmt/v1/aws_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,10 @@ struct AWS {
// Which Ec2MetadataHttpTokens to use for metadata service interaction options for EC2 instances
@json(name = "ec2_metadata_http_tokens")
Ec2MetadataHttpTokens Ec2MetadataHttpTokens

// ID of private hosted zone.
PrivateHostedZoneID String

// Role ARN for private hosted zone.
PrivateHostedZoneRoleARN String
}
6 changes: 0 additions & 6 deletions model/clusters_mgmt/v1/cluster_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,4 @@ class Cluster {

// Details for `htpasswd` identity provider.
Htpasswd HTPasswdIdentityProvider

// ID of private hosted zone.
PrivateHostedZoneID String

// Role ARN for private hosted zone.
PrivateHostedZoneRoleARN String
}

0 comments on commit da80830

Please sign in to comment.