Documentation ¶
Index ¶
- func ClusterRole(serviceAccount *corev1.ServiceAccount, rules ...rbacv1.PolicyRule) []runtime.Object
- func ConfigMap(namespace, name string, kvs ...string) *corev1.ConfigMap
- func Deployment(namespace, name, image, imagePullPolicy, serviceAccount string, linuxOnly bool) *appsv1.Deployment
- func Namespace(name string) *corev1.Namespace
- func Role(serviceAccount *corev1.ServiceAccount, namespace string, ...) []runtime.Object
- func ServiceAccount(namespace, name string) *corev1.ServiceAccount
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClusterRole ¶
func ClusterRole(serviceAccount *corev1.ServiceAccount, rules ...rbacv1.PolicyRule) []runtime.Object
func Deployment ¶
func Deployment(namespace, name, image, imagePullPolicy, serviceAccount string, linuxOnly bool) *appsv1.Deployment
func Role ¶
func Role(serviceAccount *corev1.ServiceAccount, namespace string, rules ...rbacv1.PolicyRule) []runtime.Object
func ServiceAccount ¶
func ServiceAccount(namespace, name string) *corev1.ServiceAccount
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.