Skip to content

Commit 5808ab4

Browse files
committed
make namespace in Object header optional
1 parent ccfcef9 commit 5808ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type KubernetesObjectHeader<T extends KubernetesObject | KubernetesObject> = Pic
2828
> & {
2929
metadata: {
3030
name: string;
31-
namespace: string;
31+
namespace?: string;
3232
};
3333
};
3434

0 commit comments

Comments
 (0)