Skip to content

Commit 5edaa91

Browse files
authored
Merge pull request #1694 from schrodit/fix-read-type
make namespace in Object header optional
2 parents ccfcef9 + 5808ab4 commit 5edaa91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object.ts

+1-1
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)