Skip to content

Commit 94ad089

Browse files
author
tanmaishi
committed
fix: ensure YAML 1.1 compatibility by migrating parser to yaml library
1 parent f7f0ad3 commit 94ad089

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { V1ListMeta, V1ObjectMeta } from './api.js';
2-
import { Schema } from 'yaml';
32

43
export interface KubernetesObject {
54
apiVersion?: string;

0 commit comments

Comments
 (0)