Skip to content

Commit

Permalink
Merge pull request #718 from ciaranRoche/openapi-model-fix
Browse files Browse the repository at this point in the history
Openapi model fix
  • Loading branch information
ciaranRoche authored Apr 5, 2023
2 parents 907821e + 105215f commit f6ad6d2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
#

# Details of the metamodel used to check the model:
metamodel_version:=v0.0.54
metamodel_version:=v0.0.57
metamodel_url:=https://github.com/openshift-online/ocm-api-metamodel/releases/download/$(metamodel_version)/metamodel-linux-amd64
metamodel_sum:=76ea3d91a7d601c5e8891455c8c43a918e8dac21c9b1397f636c5b01af0afa7d
metamodel_sum:=c229bd1fbaa882de5d2ba1f435d10cb3f86d6f79a441e8accc9c90ebb5365e93

.PHONY: check
check: metamodel
Expand Down
3 changes: 0 additions & 3 deletions model/clusters_mgmt/v1/add_on_installation_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ limitations under the License.

// Representation of an add-on installation in a cluster.
class AddOnInstallation {
// ID used to identify the cluster that this add-on is attached to.
link Cluster Cluster

// Link to add-on attached to this cluster.
link Addon AddOn

Expand Down
3 changes: 0 additions & 3 deletions model/clusters_mgmt/v1/ingress_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ limitations under the License.

// Representation of an ingress.
class Ingress {
// ID used to identify the cluster that this ingress is attached to.
link Cluster Cluster

// Indicates if this is the default ingress.
Default Boolean

Expand Down
3 changes: 0 additions & 3 deletions model/clusters_mgmt/v1/machine_pool_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ limitations under the License.

// Representation of a machine pool in a cluster.
class MachinePool {
// ID used to identify the cluster that this machinepool is attached to.
link Cluster Cluster

// The number of Machines (and Nodes) to create.
// Replicas and autoscaling cannot be used together.
Replicas Integer
Expand Down
3 changes: 0 additions & 3 deletions model/clusters_mgmt/v1/node_pool_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ limitations under the License.

// Representation of a node pool in a cluster.
class NodePool {
// ID used to identify the cluster that this node pool is attached to.
link Cluster Cluster

// The number of Machines (and Nodes) to create.
// Replicas and autoscaling cannot be used together.
Replicas Integer
Expand Down

0 comments on commit f6ad6d2

Please sign in to comment.