@polaris-sloc/core
Advanced tools
Comparing version 0.6.2 to 0.6.3
{ | ||
"name": "@polaris-sloc/core", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"license": "Apache-2.0", | ||
@@ -17,6 +17,5 @@ "author": "Polaris SLO Framework Authors", | ||
"rxjs": "^6.6.7", | ||
"tslib": "2.5.0" | ||
"tslib": "^2.6.2" | ||
}, | ||
"main": "./src/index.js", | ||
"types": "./src/index.d.ts" | ||
"main": "./src/index.js" | ||
} |
@@ -19,2 +19,3 @@ "use strict"; | ||
} | ||
exports.ApiObjectMetadata = ApiObjectMetadata; | ||
tslib_1.__decorate([ | ||
@@ -28,3 +29,2 @@ (0, transformation_1.PolarisType)(() => Date), | ||
], ApiObjectMetadata.prototype, "ownerReferences", void 0); | ||
exports.ApiObjectMetadata = ApiObjectMetadata; | ||
//# sourceMappingURL=api-object-metadata.prm.js.map |
@@ -26,2 +26,3 @@ "use strict"; | ||
} | ||
exports.ApiObject = ApiObject; | ||
tslib_1.__decorate([ | ||
@@ -35,3 +36,2 @@ (0, transformation_1.PolarisType)(() => object_kind_prm_1.ObjectKind), | ||
], ApiObject.prototype, "metadata", void 0); | ||
exports.ApiObject = ApiObject; | ||
//# sourceMappingURL=api-object.prm.js.map |
@@ -20,2 +20,3 @@ "use strict"; | ||
} | ||
exports.ComposedMetricMappingSpec = ComposedMetricMappingSpec; | ||
tslib_1.__decorate([ | ||
@@ -25,3 +26,2 @@ (0, transformation_1.PolarisType)(() => slo_target_prm_1.SloTarget), | ||
], ComposedMetricMappingSpec.prototype, "targetRef", void 0); | ||
exports.ComposedMetricMappingSpec = ComposedMetricMappingSpec; | ||
/** | ||
@@ -100,2 +100,3 @@ * Used to submit/retrieve an composed metric mapping to/from the orchestrator. | ||
} | ||
exports.ComposedMetricMapping = ComposedMetricMapping; | ||
tslib_1.__decorate([ | ||
@@ -105,3 +106,2 @@ (0, transformation_1.PolarisType)(() => ComposedMetricMappingSpec), | ||
], ComposedMetricMapping.prototype, "spec", void 0); | ||
exports.ComposedMetricMapping = ComposedMetricMapping; | ||
//# sourceMappingURL=composed-metric-mapping.prm.js.map |
@@ -35,4 +35,4 @@ "use strict"; | ||
} | ||
exports.ContainerResources = ContainerResources; | ||
ContainerResources.resourceNames = ['memoryMiB', 'milliCpu']; | ||
exports.ContainerResources = ContainerResources; | ||
/** | ||
@@ -47,2 +47,3 @@ * Specification of a container that can be executed in a pod. | ||
} | ||
exports.Container = Container; | ||
tslib_1.__decorate([ | ||
@@ -52,3 +53,2 @@ (0, transformation_1.PolarisType)(() => ContainerResources), | ||
], Container.prototype, "resources", void 0); | ||
exports.Container = Container; | ||
//# sourceMappingURL=container.prm.js.map |
@@ -36,2 +36,3 @@ "use strict"; | ||
} | ||
exports.CustomResourceDefinition = CustomResourceDefinition; | ||
tslib_1.__decorate([ | ||
@@ -41,3 +42,2 @@ (0, transformation_1.PolarisType)(() => CustomResourceDefinitionSpec), | ||
], CustomResourceDefinition.prototype, "spec", void 0); | ||
exports.CustomResourceDefinition = CustomResourceDefinition; | ||
//# sourceMappingURL=custom-resource-definition.prm.js.map |
@@ -32,2 +32,3 @@ "use strict"; | ||
} | ||
exports.ElasticityStrategySpec = ElasticityStrategySpec; | ||
tslib_1.__decorate([ | ||
@@ -41,3 +42,2 @@ (0, transformation_1.PolarisType)(() => slo_target_prm_1.SloTarget), | ||
], ElasticityStrategySpec.prototype, "stabilizationWindow", void 0); | ||
exports.ElasticityStrategySpec = ElasticityStrategySpec; | ||
/** | ||
@@ -62,2 +62,3 @@ * Used to submit/retrieve an elasticity strategy to/from the orchestrator. | ||
} | ||
exports.ElasticityStrategy = ElasticityStrategy; | ||
tslib_1.__decorate([ | ||
@@ -67,3 +68,2 @@ (0, transformation_1.PolarisType)(() => ElasticityStrategySpec), | ||
], ElasticityStrategy.prototype, "spec", void 0); | ||
exports.ElasticityStrategy = ElasticityStrategy; | ||
//# sourceMappingURL=elasticity-strategy.prm.js.map |
@@ -18,2 +18,3 @@ "use strict"; | ||
} | ||
exports.PodSpec = PodSpec; | ||
tslib_1.__decorate([ | ||
@@ -23,3 +24,2 @@ (0, transformation_1.PolarisType)(() => container_prm_1.Container), | ||
], PodSpec.prototype, "containers", void 0); | ||
exports.PodSpec = PodSpec; | ||
/** | ||
@@ -33,2 +33,3 @@ * Describes a template that is used for creating pods. | ||
} | ||
exports.PodTemplate = PodTemplate; | ||
tslib_1.__decorate([ | ||
@@ -42,3 +43,2 @@ (0, transformation_1.PolarisType)(() => api_object_metadata_prm_1.ApiObjectMetadata), | ||
], PodTemplate.prototype, "spec", void 0); | ||
exports.PodTemplate = PodTemplate; | ||
/** | ||
@@ -52,2 +52,3 @@ * Base spec for any ApiObject that contains a `PodTemplate`. | ||
} | ||
exports.PodTemplateContainerSpec = PodTemplateContainerSpec; | ||
tslib_1.__decorate([ | ||
@@ -57,3 +58,2 @@ (0, transformation_1.PolarisType)(() => PodTemplate), | ||
], PodTemplateContainerSpec.prototype, "template", void 0); | ||
exports.PodTemplateContainerSpec = PodTemplateContainerSpec; | ||
/** | ||
@@ -69,2 +69,3 @@ * Generic `ApiObject` that can be used to fetch and edit all objects that contain | ||
} | ||
exports.PodTemplateContainer = PodTemplateContainer; | ||
tslib_1.__decorate([ | ||
@@ -74,3 +75,2 @@ (0, transformation_1.PolarisType)(() => PodTemplateContainerSpec), | ||
], PodTemplateContainer.prototype, "spec", void 0); | ||
exports.PodTemplateContainer = PodTemplateContainer; | ||
//# sourceMappingURL=pod.prm.js.map |
@@ -35,2 +35,3 @@ "use strict"; | ||
} | ||
exports.Scale = Scale; | ||
tslib_1.__decorate([ | ||
@@ -40,3 +41,2 @@ (0, transformation_1.PolarisType)(() => ScaleSpec), | ||
], Scale.prototype, "spec", void 0); | ||
exports.Scale = Scale; | ||
//# sourceMappingURL=scale.prm.js.map |
@@ -26,2 +26,3 @@ "use strict"; | ||
} | ||
exports.SloMappingSpecBase = SloMappingSpecBase; | ||
tslib_1.__decorate([ | ||
@@ -39,3 +40,2 @@ (0, transformation_1.PolarisType)(() => slo_target_prm_1.SloTarget), | ||
], SloMappingSpecBase.prototype, "stabilizationWindow", void 0); | ||
exports.SloMappingSpecBase = SloMappingSpecBase; | ||
/** | ||
@@ -42,0 +42,0 @@ * Common superclass for SloMappings. |
@@ -37,3 +37,3 @@ "use strict"; | ||
CommonOrchestratorErrorCodes[CommonOrchestratorErrorCodes["ServiceUnavailable"] = 503] = "ServiceUnavailable"; | ||
})(CommonOrchestratorErrorCodes = exports.CommonOrchestratorErrorCodes || (exports.CommonOrchestratorErrorCodes = {})); | ||
})(CommonOrchestratorErrorCodes || (exports.CommonOrchestratorErrorCodes = CommonOrchestratorErrorCodes = {})); | ||
/** | ||
@@ -40,0 +40,0 @@ * Describes an error that occurred while executing a request to the orchestrator. |
@@ -19,3 +19,3 @@ "use strict"; | ||
DataType["Object"] = "object"; | ||
})(DataType = exports.DataType || (exports.DataType = {})); | ||
})(DataType || (exports.DataType = DataType = {})); | ||
//# sourceMappingURL=data-types.js.map |
@@ -22,3 +22,3 @@ "use strict"; | ||
BinaryOperator["Complement"] = "complement"; | ||
})(BinaryOperator = exports.BinaryOperator || (exports.BinaryOperator = {})); | ||
})(BinaryOperator || (exports.BinaryOperator = BinaryOperator = {})); | ||
//# sourceMappingURL=binary-operator.js.map |
@@ -38,3 +38,3 @@ "use strict"; | ||
QueryContentType["HistogramQuantile"] = "histogramQuantileQuery"; | ||
})(QueryContentType = exports.QueryContentType || (exports.QueryContentType = {})); | ||
})(QueryContentType || (exports.QueryContentType = QueryContentType = {})); | ||
/** | ||
@@ -41,0 +41,0 @@ * Convenience function to create a `QueryContent` object. |
@@ -15,3 +15,3 @@ "use strict"; | ||
JoinGrouping["Right"] = "groupRight"; | ||
})(JoinGrouping = exports.JoinGrouping || (exports.JoinGrouping = {})); | ||
})(JoinGrouping || (exports.JoinGrouping = JoinGrouping = {})); | ||
/** | ||
@@ -18,0 +18,0 @@ * Helper class for configuring `JoinConfig` objects. |
@@ -13,3 +13,3 @@ "use strict"; | ||
LabelComparisonOperator[LabelComparisonOperator["RegexMatch"] = 2] = "RegexMatch"; | ||
})(LabelComparisonOperator = exports.LabelComparisonOperator || (exports.LabelComparisonOperator = {})); | ||
})(LabelComparisonOperator || (exports.LabelComparisonOperator = LabelComparisonOperator = {})); | ||
/** | ||
@@ -16,0 +16,0 @@ * Used to create instances of `LabelFilter`. |
@@ -18,3 +18,3 @@ "use strict"; | ||
LabelGroupingOrJoinType["Without"] = "without"; | ||
})(LabelGroupingOrJoinType = exports.LabelGroupingOrJoinType || (exports.LabelGroupingOrJoinType = {})); | ||
})(LabelGroupingOrJoinType || (exports.LabelGroupingOrJoinType = LabelGroupingOrJoinType = {})); | ||
/** | ||
@@ -21,0 +21,0 @@ * Helper class for creating `LabelGroupingConfig` objects. |
@@ -14,3 +14,3 @@ "use strict"; | ||
TimeSeriesQueryResultType[TimeSeriesQueryResultType["Range"] = 1] = "Range"; | ||
})(TimeSeriesQueryResultType = exports.TimeSeriesQueryResultType || (exports.TimeSeriesQueryResultType = {})); | ||
})(TimeSeriesQueryResultType || (exports.TimeSeriesQueryResultType = TimeSeriesQueryResultType = {})); | ||
/** | ||
@@ -17,0 +17,0 @@ * @returns `true` if `obj` is a `TimeSeriesQuery`, otherwise `false`. |
@@ -17,3 +17,3 @@ "use strict"; | ||
ValueComparisonOperator[ValueComparisonOperator["RegexMatch"] = 6] = "RegexMatch"; | ||
})(ValueComparisonOperator = exports.ValueComparisonOperator || (exports.ValueComparisonOperator = {})); | ||
})(ValueComparisonOperator || (exports.ValueComparisonOperator = ValueComparisonOperator = {})); | ||
/** | ||
@@ -20,0 +20,0 @@ * Used to create instances of `ValueFilter`. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
815278