@rork8s/ror-resources 1.2.1-rc2 → 1.2.1-rc3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -633,6 +633,7 @@ export interface KubernetesClusterSpecTopology {
633
633
  workers: KubernetesClusterWorkers;
634
634
  }
635
635
  export interface KubernetesClusterSpecData {
636
+ clusterUid: string;
636
637
  clusterId: string;
637
638
  provider: string;
638
639
  datacenter: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "author": "ROR Team",
3
- "commit": "89e223b",
3
+ "commit": "945902d",
4
4
  "description": "ROR resource models",
5
5
  "devDependencies": {
6
6
  "prettier": "^3.4.2",
@@ -57,5 +57,5 @@
57
57
  }
58
58
  },
59
59
  "typings": "dist/index.d.ts",
60
- "version": "1.2.1-rc2"
60
+ "version": "1.2.1-rc3"
61
61
  }
package/src/resources.ts CHANGED
@@ -615,6 +615,7 @@ export interface KubernetesClusterSpecTopology {
615
615
  workers: KubernetesClusterWorkers;
616
616
  }
617
617
  export interface KubernetesClusterSpecData {
618
+ clusterUid: string;
618
619
  clusterId: string;
619
620
  provider: string;
620
621
  datacenter: string;
Binary file