Skip to content

Commit

Permalink
fix: remove circular dependencies from clusters mgmt objects
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranRoche committed Apr 4, 2023
1 parent 02fadf1 commit 105215f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
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 105215f

Please sign in to comment.