@kubernetes/client-node
Version:
NodeJS client for kubernetes
86 lines • 2.1 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
*/
export class V1Probe {
static getAttributeTypeMap() {
return V1Probe.attributeTypeMap;
}
constructor() {
}
}
V1Probe.discriminator = undefined;
V1Probe.mapping = undefined;
V1Probe.attributeTypeMap = [
{
"name": "exec",
"baseName": "exec",
"type": "V1ExecAction",
"format": ""
},
{
"name": "failureThreshold",
"baseName": "failureThreshold",
"type": "number",
"format": "int32"
},
{
"name": "grpc",
"baseName": "grpc",
"type": "V1GRPCAction",
"format": ""
},
{
"name": "httpGet",
"baseName": "httpGet",
"type": "V1HTTPGetAction",
"format": ""
},
{
"name": "initialDelaySeconds",
"baseName": "initialDelaySeconds",
"type": "number",
"format": "int32"
},
{
"name": "periodSeconds",
"baseName": "periodSeconds",
"type": "number",
"format": "int32"
},
{
"name": "successThreshold",
"baseName": "successThreshold",
"type": "number",
"format": "int32"
},
{
"name": "tcpSocket",
"baseName": "tcpSocket",
"type": "V1TCPSocketAction",
"format": ""
},
{
"name": "terminationGracePeriodSeconds",
"baseName": "terminationGracePeriodSeconds",
"type": "number",
"format": "int64"
},
{
"name": "timeoutSeconds",
"baseName": "timeoutSeconds",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=V1Probe.js.map