@mittwald/kubernetes
Version:
Kubernetes client library
13 lines • 660 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var CauseType;
(function (CauseType) {
CauseType["FieldValueNotFound"] = "FieldValueNotFound";
CauseType["FieldValueRequired"] = "FieldValueRequired";
CauseType["FieldValueDuplicate"] = "FieldValueDuplicate";
CauseType["FieldValueInvalid"] = "FieldValueInvalid";
CauseType["FieldValueNotSupported"] = "FieldValueNotSupported";
CauseType["UnexpectedServerResponse"] = "UnexpectedServerResponse";
CauseType["FieldManagerConflict"] = "FieldManagerConflict";
})(CauseType = exports.CauseType || (exports.CauseType = {}));
//# sourceMappingURL=causetype.js.map