Documentation
¶
Index ¶
- func ConfigureServiceability(pts *corev1.PodTemplateSpec, ...)
- func Contains(list []string, s string) bool
- func CreateServiceabilityPVC(instance *webspheretraditionalv1alpha1.WebsphereTraditionalApplication) *corev1.PersistentVolumeClaim
- func CustomizeEnvSSO(pts *corev1.PodTemplateSpec, ...) error
- func CustomizeWebsphereTraditionalAnnotations(pts *corev1.PodTemplateSpec, ...)
- func CustomizeWebsphereTraditionalEnv(pts *corev1.PodTemplateSpec, ...) error
- func ExecuteCommandInContainer(config *rest.Config, podName, podNamespace, containerName string, ...) (string, error)
- func Remove(list []string, s string) []string
- func Validate(olapp *webspheretraditionalv1alpha1.WebsphereTraditionalApplication) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureServiceability ¶
func ConfigureServiceability(pts *corev1.PodTemplateSpec, la *webspheretraditionalv1alpha1.WebsphereTraditionalApplication)
func CreateServiceabilityPVC ¶
func CreateServiceabilityPVC(instance *webspheretraditionalv1alpha1.WebsphereTraditionalApplication) *corev1.PersistentVolumeClaim
func CustomizeEnvSSO ¶
func CustomizeEnvSSO(pts *corev1.PodTemplateSpec, instance *webspheretraditionalv1alpha1.WebsphereTraditionalApplication, client client.Client, isOpenShift bool) error
CustomizeEnvSSO Process the configuration for SSO login providers
func CustomizeWebsphereTraditionalAnnotations ¶
func CustomizeWebsphereTraditionalAnnotations(pts *corev1.PodTemplateSpec, wt *webspheretraditionalv1alpha1.WebsphereTraditionalApplication)
func CustomizeWebsphereTraditionalEnv ¶
func CustomizeWebsphereTraditionalEnv(pts *corev1.PodTemplateSpec, wt *webspheretraditionalv1alpha1.WebsphereTraditionalApplication, client client.Client) error
CustomizeLibertyEnv adds configured env variables appending configured liberty settings
func ExecuteCommandInContainer ¶
func ExecuteCommandInContainer(config *rest.Config, podName, podNamespace, containerName string, command []string) (string, error)
ExecuteCommandInContainer Execute command inside a container in a pod through API
func Validate ¶
func Validate(olapp *webspheretraditionalv1alpha1.WebsphereTraditionalApplication) (bool, error)
Validate if the WebsphereTraditionalApplication is valid
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.