Skip to content

Commit

Permalink
Merge pull request #899 from den-rgb/OCM-5976
Browse files Browse the repository at this point in the history
OCM-5976 | feat: Removing non defined api routes
  • Loading branch information
ciaranRoche authored Feb 15, 2024
2 parents a2edddb + 15cfe2a commit a998181
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions model/clusters_mgmt/v1/cluster_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ resource Cluster {
target AWSInfrastructureAccessRoleGrants
}

// Reference to the resource that manages the product type of the cluster
locator Product {
target Product
}

// Reference to the resource that manages the collection of upgrade policies defined for this cluster.
locator UpgradePolicies {
target UpgradePolicies
Expand Down
5 changes: 0 additions & 5 deletions model/clusters_mgmt/v1/dns_domain_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ resource DNSDomain {
out Body DNSDomain
}

// Updates the details of the DNS domain.
method Update {
in out Body DNSDomain
}

// Delete the DNS domain.
method Delete {
}
Expand Down
6 changes: 0 additions & 6 deletions model/clusters_mgmt/v1/flavours_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ resource Flavours {
out Items []Flavour
}

// Adds a new cluster flavour.
method Add {
// Details of the cluster flavour.
in out Body Flavour
}

// Reference to the resource that manages a specific flavour.
locator Flavour {
target Flavour
Expand Down
4 changes: 0 additions & 4 deletions model/clusters_mgmt/v1/provision_shard_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ resource ProvisionShard {
method Update {
in out Body ProvisionShard
}

// Delete the provision shard.
method Delete {
}
}
6 changes: 0 additions & 6 deletions model/clusters_mgmt/v1/trusted_ips_resource.model
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,4 @@ resource TrustedIps {
// Retrieved list of trusted ip addresses.
out Items []TrustedIp
}

// Reference to the resource that manages a specific trusted Ip address.
locator TrustedIp {
target TrustedIp
variable ID
}
}

0 comments on commit a998181

Please sign in to comment.