mirror of https://github.com/rancher/dashboard.git
Removing Job from the supported workload metric kind
This commit is contained in:
parent
1c862ca42f
commit
0e29e416e8
|
|
@ -29,7 +29,6 @@ export const WORKLOAD_TYPE_TO_KIND_MAPPING = {
|
||||||
|
|
||||||
const METRICS_SUPPORTED_KINDS = [
|
const METRICS_SUPPORTED_KINDS = [
|
||||||
WORKLOAD_TYPES.DAEMON_SET,
|
WORKLOAD_TYPES.DAEMON_SET,
|
||||||
WORKLOAD_TYPES.JOB,
|
|
||||||
WORKLOAD_TYPES.REPLICA_SET,
|
WORKLOAD_TYPES.REPLICA_SET,
|
||||||
WORKLOAD_TYPES.STATEFUL_SET
|
WORKLOAD_TYPES.STATEFUL_SET
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue