Documentation ¶
Index ¶
- func ContainsString(list []string, s string) bool
- func GenerateKServeLoggerURL(crName string, namespace string) string
- func GenerateNonTLSServiceURL(crName string, namespace string) string
- func GenerateTLSServiceURL(crName string, namespace string) string
- func GetNamespace() (string, error)
- func IsDeploymentReady(deployment *appsv1.Deployment) bool
- func RemoveString(list []string, s string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsString ¶
containsString checks if a list contains a string
func GenerateKServeLoggerURL ¶
generateKServeLoggerURL generates an logger url for KServe Inference Loggers
func GenerateNonTLSServiceURL ¶
generateNonTLSServiceURL generates an internal URL for a TrustyAI service
func GenerateTLSServiceURL ¶
generateTLSServiceURL generates an internal URL for a TLS-enabled TrustyAI service
func IsDeploymentReady ¶
func IsDeploymentReady(deployment *appsv1.Deployment) bool
func RemoveString ¶
removeString removes a string from a list
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.