Hi, I'm implementing a rancher extension with `mac...
# rke2
g
Hi, I'm implementing a rancher extension with
machine-config
for a custom node driver and the driver accepts a field called
metadata
but I noticed that is a reserved word as
this.value.metadata
is already an object which annotations and whatnot. Is there a way to work around this without having to modify the driver?