"use strict"; /** * 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. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1ReplicaSetStatus = void 0; /** * ReplicaSetStatus represents the current status of a ReplicaSet. */ class V1ReplicaSetStatus { static getAttributeTypeMap() { return V1ReplicaSetStatus.attributeTypeMap; } } exports.V1ReplicaSetStatus = V1ReplicaSetStatus; V1ReplicaSetStatus.discriminator = undefined; V1ReplicaSetStatus.attributeTypeMap = [ { "name": "availableReplicas", "baseName": "availableReplicas", "type": "number" }, { "name": "conditions", "baseName": "conditions", "type": "Array" }, { "name": "fullyLabeledReplicas", "baseName": "fullyLabeledReplicas", "type": "number" }, { "name": "observedGeneration", "baseName": "observedGeneration", "type": "number" }, { "name": "readyReplicas", "baseName": "readyReplicas", "type": "number" }, { "name": "replicas", "baseName": "replicas", "type": "number" } ]; //# sourceMappingURL=v1ReplicaSetStatus.js.map