Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Oct 16, 2020
1 parent 0842837 commit 3f50b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/getServiceMonitor.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { ServiceMonitor } from "@kubernetes-models/prometheus-operator/monitoring.coreos.com/v1/ServiceMonitor";

export type ServiceMonitorParams = {
export interface ServiceMonitorParams {
path?: string;
interval?: string;
port?: string;
namespace: string;
appName: string;
};
}

export const getServiceMonitor = ({
path = "/metrics",
Expand Down

0 comments on commit 3f50b15

Please sign in to comment.