Can we create Package and Function in different namespaces? #2676
-
Can we create Package and Function in different namespaces, and a function can ref a Package from the other namespace? If we can, the checks from If we can't. why not deny it when the Function is created? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From version 1.18, fission don't allow creating resources in cross namespace. Recently we have introduced validation controller, here we can think of adding a check to deny creating a function if package is in another namespace. |
Beta Was this translation helpful? Give feedback.
From version 1.18, fission don't allow creating resources in cross namespace.
Recently we have introduced validation controller, here we can think of adding a check to deny creating a function if package is in another namespace.