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.6.0-alpha4 to 0.6.0-rc

kpanda.io/api/insight/v1alpha1/insight.pb.ts

3

core/v1alpha1/device.pb.ts

@@ -9,3 +9,2 @@ /* eslint-disable */

import * as KantIoApiCommonV1alpha1Page from "../../common/v1alpha1/page.pb"
import * as GoogleProtobufAny from "../../google/protobuf/any.pb"

@@ -212,3 +211,3 @@ export enum ProtocolConfigCommonCollectType {

export type CustomizedValue = {
data?: {[key: string]: GoogleProtobufAny.Any}
data?: {[key: string]: string}
}

@@ -215,0 +214,0 @@

@@ -15,2 +15,7 @@ /* eslint-disable */

export enum EdgeUnitManageType {
internal = "internal",
external = "external",
}
export enum EdgeUnitPhase {

@@ -55,2 +60,3 @@ Pending = "Pending",

kantHelmRepoName?: string
manageType?: EdgeUnitManageType
}

@@ -57,0 +63,0 @@

@@ -20,2 +20,3 @@ /* eslint-disable */

import * as KpandaIoApiCoreV1alpha1Service from "../../kpanda.io/api/core/v1alpha1/service.pb"
import * as KpandaIoApiInsightV1alpha1Insight from "../../kpanda.io/api/insight/v1alpha1/insight.pb"
import * as KantIoApiCoreV1alpha1Apprequest from "./apprequest.pb"

@@ -311,2 +312,7 @@ import * as KantIoApiCoreV1alpha1Customresource from "./customresource.pb"

}
}
export class Metrics {
static QueryPublicRangeUsages(req: KpandaIoApiInsightV1alpha1Insight.PublicMetricRangeRequest, initReq?: fm.InitReq): Promise<KpandaIoApiInsightV1alpha1Insight.MetricRangeResponse> {
return fm.fetchReq<KpandaIoApiInsightV1alpha1Insight.PublicMetricRangeRequest, KpandaIoApiInsightV1alpha1Insight.MetricRangeResponse>(`/apis/core.kant.io/v1alpha1/clusters/${req["cluster"]}/publicmetricrange`, {...initReq, method: "POST", body: JSON.stringify(req)})
}
}
{
"name":"@daocloud-proto/kant",
"version":"0.6.0-alpha4",
"version":"0.6.0-rc",
"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