Documentation ¶
Index ¶
- Constants
- func AddDefaultRegistryImagePullSecrets(podSpec *corev1.PodSpec) bool
- func ApplyRegistry(image string) string
- func GetCassandraImage(serverType, version string) (string, error)
- func GetConfigBuilderImage() string
- func GetImageConfig() *configv1beta1.ImageConfig
- func GetSystemLoggerImage() string
- func IsDseVersionSupported(version string) bool
- func IsOssVersionSupported(version string) bool
- func ParseImageConfig(imageConfigFile string) error
Constants ¶
View Source
const ( ValidDseVersionRegexp = "6\\.8\\.\\d+" ValidOssVersionRegexp = "(3\\.11\\.\\d+)|(4\\.0\\.\\d+)" DefaultCassandraRepository = "k8ssandra/cass-management-api" DefaultDSERepository = "datastax/dse-server" )
Variables ¶
This section is empty.
Functions ¶
func ApplyRegistry ¶
func GetCassandraImage ¶
func GetConfigBuilderImage ¶
func GetConfigBuilderImage() string
func GetImageConfig ¶
func GetImageConfig() *configv1beta1.ImageConfig
func GetSystemLoggerImage ¶
func GetSystemLoggerImage() string
func IsDseVersionSupported ¶
func IsOssVersionSupported ¶
func ParseImageConfig ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.