@kubernetes/client-node
Version:
NodeJS client for kubernetes
122 lines • 2.95 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.
*/
/**
* PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.
*/
export class V1PodStatus {
static getAttributeTypeMap() {
return V1PodStatus.attributeTypeMap;
}
constructor() {
}
}
V1PodStatus.discriminator = undefined;
V1PodStatus.mapping = undefined;
V1PodStatus.attributeTypeMap = [
{
"name": "conditions",
"baseName": "conditions",
"type": "Array<V1PodCondition>",
"format": ""
},
{
"name": "containerStatuses",
"baseName": "containerStatuses",
"type": "Array<V1ContainerStatus>",
"format": ""
},
{
"name": "ephemeralContainerStatuses",
"baseName": "ephemeralContainerStatuses",
"type": "Array<V1ContainerStatus>",
"format": ""
},
{
"name": "hostIP",
"baseName": "hostIP",
"type": "string",
"format": ""
},
{
"name": "hostIPs",
"baseName": "hostIPs",
"type": "Array<V1HostIP>",
"format": ""
},
{
"name": "initContainerStatuses",
"baseName": "initContainerStatuses",
"type": "Array<V1ContainerStatus>",
"format": ""
},
{
"name": "message",
"baseName": "message",
"type": "string",
"format": ""
},
{
"name": "nominatedNodeName",
"baseName": "nominatedNodeName",
"type": "string",
"format": ""
},
{
"name": "phase",
"baseName": "phase",
"type": "string",
"format": ""
},
{
"name": "podIP",
"baseName": "podIP",
"type": "string",
"format": ""
},
{
"name": "podIPs",
"baseName": "podIPs",
"type": "Array<V1PodIP>",
"format": ""
},
{
"name": "qosClass",
"baseName": "qosClass",
"type": "string",
"format": ""
},
{
"name": "reason",
"baseName": "reason",
"type": "string",
"format": ""
},
{
"name": "resize",
"baseName": "resize",
"type": "string",
"format": ""
},
{
"name": "resourceClaimStatuses",
"baseName": "resourceClaimStatuses",
"type": "Array<V1PodResourceClaimStatus>",
"format": ""
},
{
"name": "startTime",
"baseName": "startTime",
"type": "Date",
"format": "date-time"
}
];
//# sourceMappingURL=V1PodStatus.js.map