Documentation ¶
Index ¶
- type AlamedaServiceParamter
- func (asp *AlamedaServiceParamter) CheckCurrentCRDIsChangeVersion() bool
- func (asp *AlamedaServiceParamter) GetInstallResource() *Resource
- func (asp *AlamedaServiceParamter) GetUninstallPersistentVolumeClaimSource() *Resource
- func (asp *AlamedaServiceParamter) SetCurrentCRDChangeVersionToFalse()
- func (asp *AlamedaServiceParamter) SetCurrentCRDChangeVersionToTrue()
- type Resource
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 AlamedaRecommenderSectionSet v1alpha1.AlamedaComponentSpec CurrentCRDVersion v1alpha1.AlamedaServiceStatusCRDVersion // contains filtered or unexported fields }
func NewAlamedaServiceParamter ¶
func NewAlamedaServiceParamter(instance *v1alpha1.AlamedaService) *AlamedaServiceParamter
func (*AlamedaServiceParamter) CheckCurrentCRDIsChangeVersion ¶ added in v0.2.5
func (asp *AlamedaServiceParamter) CheckCurrentCRDIsChangeVersion() bool
func (*AlamedaServiceParamter) GetInstallResource ¶
func (asp *AlamedaServiceParamter) GetInstallResource() *Resource
func (*AlamedaServiceParamter) GetUninstallPersistentVolumeClaimSource ¶ added in v0.2.0
func (asp *AlamedaServiceParamter) GetUninstallPersistentVolumeClaimSource() *Resource
func (*AlamedaServiceParamter) SetCurrentCRDChangeVersionToFalse ¶ added in v0.2.5
func (asp *AlamedaServiceParamter) SetCurrentCRDChangeVersionToFalse()
func (*AlamedaServiceParamter) SetCurrentCRDChangeVersionToTrue ¶ added in v0.2.5
func (asp *AlamedaServiceParamter) SetCurrentCRDChangeVersionToTrue()
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.