Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlamedaServiceParamter ¶
type AlamedaServiceParamter struct { //AlmedaInstallOrUninstall bool NameSpace string EnableExecution bool EnableGUI bool Version string PrometheusService string PersistentVolumeClaim string GuiFlag bool ExcutionFlag bool Guicomponent []string Excutioncomponent []string }
func NewAlamedaServiceParamter ¶
func NewAlamedaServiceParamter(instance *federatoraiv1alpha1.AlamedaService) *AlamedaServiceParamter
func (AlamedaServiceParamter) GetInstallResource ¶
func (asp AlamedaServiceParamter) GetInstallResource() *Resource
type Resource ¶
type Resource struct { ClusterRoleBinding []string ClusterRole []string ServiceAccount []string CustomResourceDefinitionList []string ConfigMapList []string ServiceList []string DeploymentList []string SecretList []string }
func GetExcutionResource ¶
func GetExcutionResource() *Resource
func GetGUIResource ¶
func GetGUIResource() *Resource
func GetUnInstallResource ¶
func GetUnInstallResource() *Resource
Click to show internal directories.
Click to hide internal directories.