32 lines
1.1 KiB
JavaScript
32 lines
1.1 KiB
JavaScript
"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.V1RollingUpdateStatefulSetStrategy = void 0;
|
|
/**
|
|
* RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.
|
|
*/
|
|
class V1RollingUpdateStatefulSetStrategy {
|
|
static getAttributeTypeMap() {
|
|
return V1RollingUpdateStatefulSetStrategy.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1RollingUpdateStatefulSetStrategy = V1RollingUpdateStatefulSetStrategy;
|
|
V1RollingUpdateStatefulSetStrategy.discriminator = undefined;
|
|
V1RollingUpdateStatefulSetStrategy.attributeTypeMap = [
|
|
{
|
|
"name": "partition",
|
|
"baseName": "partition",
|
|
"type": "number"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1RollingUpdateStatefulSetStrategy.js.map
|