@daocloud-proto/kant
Advanced tools
Comparing version 0.9.0-alpha2 to 0.9.0-alpha3
@@ -8,5 +8,4 @@ /* eslint-disable */ | ||
import * as KpandaIoApiTypesPage from "../../kpanda.io/api/types/page.pb" | ||
import * as KantIoApiCoreV1alpha1Configmap from "./configmap.pb" | ||
import * as KantIoApiCoreV1alpha1Configs from "./configs.pb" | ||
import * as KantIoApiCoreV1alpha1Deployment from "./deployment.pb" | ||
import * as KantIoApiCoreV1alpha1Secret from "./secret.pb" | ||
export type Workload = { | ||
@@ -44,3 +43,3 @@ deployment?: KantIoApiCoreV1alpha1Deployment.Deployment | ||
namespace?: string | ||
secret?: KantIoApiCoreV1alpha1Secret.Secret | ||
secret?: KantIoApiCoreV1alpha1Configs.Secret | ||
} | ||
@@ -52,3 +51,3 @@ | ||
name?: string | ||
secret?: KantIoApiCoreV1alpha1Secret.Secret | ||
secret?: KantIoApiCoreV1alpha1Configs.Secret | ||
} | ||
@@ -59,3 +58,3 @@ | ||
namespace?: string | ||
configMap?: KantIoApiCoreV1alpha1Configmap.ConfigMap | ||
configMap?: KantIoApiCoreV1alpha1Configs.ConfigMap | ||
} | ||
@@ -67,3 +66,3 @@ | ||
name?: string | ||
configMap?: KantIoApiCoreV1alpha1Configmap.ConfigMap | ||
configMap?: KantIoApiCoreV1alpha1Configs.ConfigMap | ||
} |
{ | ||
"name":"@daocloud-proto/kant", | ||
"version":"0.9.0-alpha2", | ||
"version":"0.9.0-alpha3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
191529
56
5759