ubicloud/spec/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_spec.rb Add subject tags of user as policy to serializer 2025-01-09 09:55:55 -08:00
base_spec.rb Remove billing info serializer 2025-03-17 22:09:36 +03:00
kubernetes_cluster_spec.rb Use KubernetesNode instead of Vm in Kubernetes progs 2025-08-28 10:36:02 +02:00
kubernetes_nodepool_spec.rb Use KubernetesNode instead of Vm in Kubernetes progs 2025-08-28 10:36:02 +02:00
load_balancer_spec.rb Avoid the use of serializers for the load balancer show template 2025-08-08 01:52:14 +09:00
nic_spec.rb Stop using serializers in the private subnet show template 2025-08-08 01:52:14 +09:00
postgres_spec.rb Return current and target sizes in PG API 2025-07-08 20:19:56 +05:30
vm_spec.rb Stop using serializer for vm show web route 2025-08-26 02:08:44 +09:00