Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvemo authored and vvagaytsev committed Jul 4, 2024
1 parent ab3431b commit 4908259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/plugins/kubernetes/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ import type { Resolved } from "../../actions/types.js"
import { serializeValues } from "../../util/serialization.js"
import { PassThrough } from "stream"
import { styles } from "../../logger/styles.js"
import { parse } from "path"

const STATIC_LABEL_REGEX = /[0-9]/g
export const workloadTypes = ["Deployment", "DaemonSet", "ReplicaSet", "StatefulSet"]
Expand Down

0 comments on commit 4908259

Please sign in to comment.