Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Supported templates parameters PROJECT_ADMIN_USER = "${PROJECT_ADMIN_USER}" PROJECT_NAME = "${PROJECT_NAME}" )
Variables ¶
This section is empty.
Functions ¶
func NewNamespaceCache ¶
Types ¶
type CheUserNamespaceReconciler ¶
type CheUserNamespaceReconciler struct {
// contains filtered or unexported fields
}
func (*CheUserNamespaceReconciler) SetupWithManager ¶
func (r *CheUserNamespaceReconciler) SetupWithManager(mgr ctrl.Manager) error
type Object2Sync ¶
type Object2Sync interface {
// contains filtered or unexported methods
}
type WorkspacesConfigReconciler ¶
type WorkspacesConfigReconciler struct {
// contains filtered or unexported fields
}
func NewWorkspacesConfigReconciler ¶
func NewWorkspacesConfigReconciler( client client.Client, scheme *runtime.Scheme, namespaceCache *namespaceCache) *WorkspacesConfigReconciler
func (*WorkspacesConfigReconciler) SetupWithManager ¶
func (r *WorkspacesConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.