register abstract method
Registers one or more pods into the JetLeaf pod registry.
registryis the central pod registry used to manage pod definitions and their lifecycle.envgives access to the runtime environment so pods can be conditionally registered.
Implementation
void register(PodRegistry registry, Environment env);