Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
4a983766a0
commit
52d71d28bd
41
node_modules/@kubernetes/client-node/dist/gen/model/v2beta1MetricStatus.d.ts
generated
vendored
Normal file
41
node_modules/@kubernetes/client-node/dist/gen/model/v2beta1MetricStatus.d.ts
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
/**
|
||||
* Kubernetes
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
*
|
||||
* The version of the OpenAPI document: v1.22.2
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import { V2beta1ContainerResourceMetricStatus } from './v2beta1ContainerResourceMetricStatus';
|
||||
import { V2beta1ExternalMetricStatus } from './v2beta1ExternalMetricStatus';
|
||||
import { V2beta1ObjectMetricStatus } from './v2beta1ObjectMetricStatus';
|
||||
import { V2beta1PodsMetricStatus } from './v2beta1PodsMetricStatus';
|
||||
import { V2beta1ResourceMetricStatus } from './v2beta1ResourceMetricStatus';
|
||||
/**
|
||||
* MetricStatus describes the last-read state of a single metric.
|
||||
*/
|
||||
export declare class V2beta1MetricStatus {
|
||||
'containerResource'?: V2beta1ContainerResourceMetricStatus;
|
||||
'external'?: V2beta1ExternalMetricStatus;
|
||||
'object'?: V2beta1ObjectMetricStatus;
|
||||
'pods'?: V2beta1PodsMetricStatus;
|
||||
'resource'?: V2beta1ResourceMetricStatus;
|
||||
/**
|
||||
* type is the type of metric source. It will be one of \"ContainerResource\", \"External\", \"Object\", \"Pods\" or \"Resource\", each corresponds to a matching field in the object. Note: \"ContainerResource\" type is available on when the feature-gate HPAContainerMetrics is enabled
|
||||
*/
|
||||
'type': string;
|
||||
static discriminator: string | undefined;
|
||||
static attributeTypeMap: Array<{
|
||||
name: string;
|
||||
baseName: string;
|
||||
type: string;
|
||||
}>;
|
||||
static getAttributeTypeMap(): {
|
||||
name: string;
|
||||
baseName: string;
|
||||
type: string;
|
||||
}[];
|
||||
}
|
Reference in New Issue
Block a user