Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Namespace ¶
func Namespace(mgr *controllertools.Manager, defaults ...defaulting.Func) (*corev1.Namespace, error)
func ServiceAccount ¶
func ServiceAccount( mgr *controllertools.Manager, options ...func(object client.Object), ) (*corev1.ServiceAccount, error)
ServiceAccount creates a new service account with a random name. Default values can be applied with options functions e.g. ServiceAccount(mgr, func(obj client.Object) { obj.SetName("my-service-account") })
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.