Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlamedaServiceParamter ¶
type AlamedaServiceParamter struct { NameSpace string EnableExecution bool EnableGUI bool Version string PrometheusService string Storages []v1alpha1.StorageSpec InfluxdbSectionSet v1alpha1.AlamedaComponentSpec GrafanaSectionSet v1alpha1.AlamedaComponentSpec AlamedaAISectionSet v1alpha1.AlamedaComponentSpec AlamedaOperatorSectionSet v1alpha1.AlamedaComponentSpec AlamedaDatahubSectionSet v1alpha1.AlamedaComponentSpec AlamedaEvictionerSectionSet v1alpha1.AlamedaComponentSpec AdmissionControllerSectionSet v1alpha1.AlamedaComponentSpec }
func NewAlamedaServiceParamter ¶
func NewAlamedaServiceParamter(instance *v1alpha1.AlamedaService) *AlamedaServiceParamter
func (AlamedaServiceParamter) GetInstallResource ¶
func (asp AlamedaServiceParamter) GetInstallResource() *Resource
func (AlamedaServiceParamter) GetUninstallPersistentVolumeClaimSource ¶ added in v0.2.0
func (asp AlamedaServiceParamter) GetUninstallPersistentVolumeClaimSource() *Resource
type Resource ¶
type Resource struct { ClusterRoleBindingList []string ClusterRoleList []string ServiceAccountList []string CustomResourceDefinitionList []string ConfigMapList []string ServiceList []string DeploymentList []string SecretList []string PersistentVolumeClaimList []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.