ubicloud/serializers
mohi-kalantari 61f98a4110 Use KubernetesNode instead of Vm in Kubernetes progs
All the logics related to k8s (provisioning, bootstrapping, upgrades)
now all rely on the KuberneteNode object. The former methods for Vm
are still kept in place until the code is deployed and in another
commit those parts with their DB tables will be removed altogether.

Code will no longer try to add vms to the join tables for the
many_to_many tables of both KubernetesCluster and KubernetesNodepool

Instead kubernetes_node object will be used to find the right Vms
of nodepools and clusters.
2025-08-28 10:36:02 +02:00
..
account.rb Avoid N+1 query issue when displaying project user page 2025-01-09 09:55:55 -08:00
base.rb Allow serializers to be configured with options 2024-05-28 21:38:09 +03:00
firewall.rb Fix firewall rule sorting in Serializers::Firewall 2025-08-08 01:52:14 +09:00
firewall_rule.rb Add Firewall#display_port_range 2025-08-08 01:52:14 +09:00
invoice.rb Use Data instead of Struct for invoice serializer 2025-08-26 02:08:44 +09:00
kubernetes_cluster.rb Use KubernetesNode instead of Vm in Kubernetes progs 2025-08-28 10:36:02 +02:00
kubernetes_nodepool.rb Use KubernetesNode instead of Vm in Kubernetes progs 2025-08-28 10:36:02 +02:00
load_balancer.rb Remove include_path option from multiple serializers, no longer used 2025-08-26 02:08:44 +09:00
nic.rb Stop using serializers in the private subnet show template 2025-08-08 01:52:14 +09:00
postgres.rb Remove include_path option from multiple serializers, no longer used 2025-08-26 02:08:44 +09:00
postgres_firewall_rule.rb Postgres Firewall rules description support 2025-05-27 17:57:21 +02:00
private_location.rb Private Location management experience with UI 2025-03-23 16:28:05 +01:00
private_subnet.rb Remove include_path option from multiple serializers, no longer used 2025-08-26 02:08:44 +09:00
project.rb Remove now unused options in project serializer 2025-08-26 02:08:44 +09:00
vm.rb Remove include_path option from multiple serializers, no longer used 2025-08-26 02:08:44 +09:00