Documentation
¶
Index ¶
- Constants
- func CreateEclipseCheCluster() *orgv1.CheCluster
- func KubernetesPullerImageConfigMap() *v1.ConfigMap
- func KubernetesPullerImageDeployment() *appsv1.Deployment
- func KubernetesPullerImageRole() *rbacv1.Role
- func KubernetesPullerImageRoleBinding() *rbacv1.RoleBinding
- func PullerImageServiceAccount() *v1.ServiceAccount
Constants ¶
View Source
const ( DefaultConfigMapName = "k8s-image-puller" DefaultPullerImageRoleName = "create-daemonset" CheAPIVersion = "org.eclipse.che/v1" CheKind = "CheCluster" KubernetesImgPullerNS = "k8s-image-puller" K8sIMGPullerContainer = "quay.io/eclipse/kubernetes-image-puller:latest" )
Variables ¶
This section is empty.
Functions ¶
func CreateEclipseCheCluster ¶
func CreateEclipseCheCluster() *orgv1.CheCluster
CreateEclipseCheCluster create the CR necessary to deploy Eclipse Che
func KubernetesPullerImageDeployment ¶
func KubernetesPullerImageDeployment() *appsv1.Deployment
func KubernetesPullerImageRoleBinding ¶
func KubernetesPullerImageRoleBinding() *rbacv1.RoleBinding
func PullerImageServiceAccount ¶
func PullerImageServiceAccount() *v1.ServiceAccount
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.