Socket
Socket
Sign inDemoInstall

@daocloud-proto/kant

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daocloud-proto/kant - npm Package Compare versions

Comparing version 0.4.0-alpha3 to 0.4.0-alpha4

10

batch/v1alpha1/edgeapplication.pb.ts

@@ -105,3 +105,3 @@ /* eslint-disable */

export type ImageConfigaration = {
export type ImageConfiguration = {
component?: ImageComponent

@@ -113,10 +113,10 @@ operator?: Operator

export type NodeGroupConfigration = {
export type NodeGroupConfiguration = {
targetNodeGroup?: string
overriderConfigration?: OverriderConfigration
overriderConfiguration?: OverriderConfiguration
}
export type OverriderConfigration = {
export type OverriderConfiguration = {
replicas?: number
imageConfigurations?: ImageConfigaration[]
imageConfigurations?: ImageConfiguration[]
}

@@ -83,3 +83,3 @@ /* eslint-disable */

export type GetTargetNodeGroupResponse = {
nodeGroupConfigration?: KantIoApiBatchV1alpha1Edgeapplication.NodeGroupConfigration
nodeGroupConfiguration?: KantIoApiBatchV1alpha1Edgeapplication.NodeGroupConfiguration
}

@@ -92,7 +92,7 @@

targetnodegroup?: string
overriderConfigration?: KantIoApiBatchV1alpha1Edgeapplication.OverriderConfigration
overriderConfiguration?: KantIoApiBatchV1alpha1Edgeapplication.OverriderConfiguration
}
export type UpdateTargetNodeGroupsResponse = {
overriderConfigration?: KantIoApiBatchV1alpha1Edgeapplication.OverriderConfigration
overriderConfiguration?: KantIoApiBatchV1alpha1Edgeapplication.OverriderConfiguration
}

@@ -104,7 +104,7 @@

name?: string
nodeGroupConfigration?: KantIoApiBatchV1alpha1Edgeapplication.NodeGroupConfigration
nodeGroupConfiguration?: KantIoApiBatchV1alpha1Edgeapplication.NodeGroupConfiguration
}
export type DeployTargetNodeGroupResponse = {
nodeGroupConfigration?: KantIoApiBatchV1alpha1Edgeapplication.NodeGroupConfigration
nodeGroupConfiguration?: KantIoApiBatchV1alpha1Edgeapplication.NodeGroupConfiguration
}

@@ -116,3 +116,3 @@

name?: string
imageConfigarations?: KantIoApiBatchV1alpha1Edgeapplication.ImageConfigaration[]
imageConfigurations?: KantIoApiBatchV1alpha1Edgeapplication.ImageConfiguration[]
}

@@ -119,0 +119,0 @@

{
"name":"@daocloud-proto/kant",
"version":"0.4.0-alpha3",
"version":"0.4.0-alpha4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc