UNPKG

@kubernetes/client-node

Version:
32 lines 992 B
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.27 * * * 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.V1NetworkPolicyStatus = void 0; /** * NetworkPolicyStatus describes the current state of the NetworkPolicy. */ class V1NetworkPolicyStatus { static getAttributeTypeMap() { return V1NetworkPolicyStatus.attributeTypeMap; } } exports.V1NetworkPolicyStatus = V1NetworkPolicyStatus; V1NetworkPolicyStatus.discriminator = undefined; V1NetworkPolicyStatus.attributeTypeMap = [ { "name": "conditions", "baseName": "conditions", "type": "Array<V1Condition>" } ]; //# sourceMappingURL=v1NetworkPolicyStatus.js.map