Merge pull request #560 from crazy-max/builder-inspect-file
Some checks failed
publish / publish (push) Has been cancelled
Some checks failed
publish / publish (push) Has been cancelled
builder: support files in inspect command
This commit is contained in:
@@ -35,6 +35,7 @@ export interface NodeInfo extends Node {
|
||||
features?: Record<string, boolean>;
|
||||
labels?: Record<string, string>;
|
||||
gcPolicy?: Array<GCPolicy>;
|
||||
files?: Record<string, string>;
|
||||
}
|
||||
|
||||
export interface GCPolicy {
|
||||
|
||||
Reference in New Issue
Block a user