Skip to content

Commit

Permalink
remove use pod schedule function
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisPalnitsky committed May 3, 2024
1 parent 9014092 commit 6426853
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/k8s/src/k8s/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,7 @@ export function readExtensionFromFile(): k8s.V1PodTemplateSpec | undefined {
throw new Error(`Failed to parse ${filePath}`)
}
return doc as k8s.V1PodTemplateSpec
}

export function useKubeScheduler(): boolean {
return process.env[ENV_USE_KUBE_SCHEDULER] === 'true'
}

export enum PodPhase {
PENDING = 'Pending',
Expand Down

0 comments on commit 6426853

Please sign in to comment.