orange-policeman-59119
04/21/2020, 10:58 PMInput/Output
) value to the import
property? I am able to pass an Input/Output to the metadata.name
and metadata.namespace
into the object args, but I cannot then reference said name and namespace in the import
arg?
2. Is it possible to pass in a value for opts: { import: ??? }
that automatically determines what to import? For Kubernetes resources where the name and namespace are part of the resource itself, that is, for any given object defining { metadata: ObjectMeta }
we can determine the ID deterministically, so having to repeat it seems un-DRY.