@highstate/library 0.9.29 → 0.9.31
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.
Binary file
|
package/dist/index.js
CHANGED
@@ -2567,7 +2567,7 @@ var environmentVariableSchema = z.union([
|
|
2567
2567
|
})
|
2568
2568
|
]);
|
2569
2569
|
var workload = defineUnit({
|
2570
|
-
type: "k8s.apps.workload.
|
2570
|
+
type: "k8s.apps.workload.v0",
|
2571
2571
|
args: {
|
2572
2572
|
/**
|
2573
2573
|
* The name of the application.
|
@@ -3111,7 +3111,7 @@ var k8sVerbsSchema = z.enum([
|
|
3111
3111
|
"deletecollection"
|
3112
3112
|
]);
|
3113
3113
|
var reducedAccessCluster = defineUnit({
|
3114
|
-
type: "k8s.reduced-access-cluster.
|
3114
|
+
type: "k8s.reduced-access-cluster.v0",
|
3115
3115
|
args: {
|
3116
3116
|
/**
|
3117
3117
|
* The verbs to allow on the specified resources.
|