@kubernetes/client-node
Version:
NodeJS client for kubernetes
74 lines • 1.88 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.
*/
/**
* TopologySpreadConstraint specifies how to spread matching pods among the given topology.
*/
export class V1TopologySpreadConstraint {
static getAttributeTypeMap() {
return V1TopologySpreadConstraint.attributeTypeMap;
}
constructor() {
}
}
V1TopologySpreadConstraint.discriminator = undefined;
V1TopologySpreadConstraint.mapping = undefined;
V1TopologySpreadConstraint.attributeTypeMap = [
{
"name": "labelSelector",
"baseName": "labelSelector",
"type": "V1LabelSelector",
"format": ""
},
{
"name": "matchLabelKeys",
"baseName": "matchLabelKeys",
"type": "Array<string>",
"format": ""
},
{
"name": "maxSkew",
"baseName": "maxSkew",
"type": "number",
"format": "int32"
},
{
"name": "minDomains",
"baseName": "minDomains",
"type": "number",
"format": "int32"
},
{
"name": "nodeAffinityPolicy",
"baseName": "nodeAffinityPolicy",
"type": "string",
"format": ""
},
{
"name": "nodeTaintsPolicy",
"baseName": "nodeTaintsPolicy",
"type": "string",
"format": ""
},
{
"name": "topologyKey",
"baseName": "topologyKey",
"type": "string",
"format": ""
},
{
"name": "whenUnsatisfiable",
"baseName": "whenUnsatisfiable",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1TopologySpreadConstraint.js.map