You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2019. It is now read-only.
Some cluster operators might want to provide and manage predefined build templates, available across all namespaces.
We should create a
ClusterBuildTemplateresource type which is available cluster-wide.Questions
BuildTemplatein their namespace with a conflicting name with an existingClusterBuildTemplateshould we allow that or reject it?template.name: 'some-namespace/the-template'to specify the namespaced template.ClusterBuildTemplatewould have to look for a conflicting name across all namespaces.I'm not familiar enough with Kubernetes API
ClusterFooidioms to know which is more consistent, hoping for pointers from those with more experience.