components

package
v1.38.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyDaemonSetOverrides

func ApplyDaemonSetOverrides(ds *appsv1.DaemonSet, overrides any)

ApplyDaemonSetOverrides applies the overrides to the given DaemonSet. Note: overrides must not be nil pointer.

func ApplyDeploymentOverrides

func ApplyDeploymentOverrides(d *appsv1.Deployment, overrides any)

ApplyDeploymentOverrides applies the overrides to the given Deployment. Note: overrides must not be nil pointer.

func ApplyEnvoyProxyOverrides added in v1.37.0

func ApplyEnvoyProxyOverrides(ep *envoyapi.EnvoyProxy, overrides any)

ApplyEnvoyProxyOverrides applies the overrides to the given EnvoyProxy. Note: overrides must not be nil pointer.

func ApplyJobOverrides added in v1.34.0

func ApplyJobOverrides(job *batchv1.Job, overrides any)

ApplyJobOverrides applies the overrides to the given Job.

func ApplyKibanaOverrides added in v1.34.0

func ApplyKibanaOverrides(k *kbv1.Kibana, overrides any)

ApplyKibanaOverrides applies the overrides to the given Kibana. Note: overrides must not be nil pointer.

func ApplyPodTemplateOverrides added in v1.34.0

func ApplyPodTemplateOverrides(podtemplate *corev1.PodTemplate, overrides any)

ApplyPodTemplateOverrides applies the overrides to the given PodTemplate.

func ApplyPrometheusOverrides added in v1.34.0

func ApplyPrometheusOverrides(prom *monitoringv1.Prometheus, overrides *operator.Prometheus)

ApplyPrometheusOverrides applies the overrides to the given Prometheus. Note: overrides must not be nil pointer.

func ApplyStatefulSetOverrides added in v1.34.0

func ApplyStatefulSetOverrides(s *appsv1.StatefulSet, overrides any)

ApplyStatefulSetOverrides applies the overrides to the given DaemonSet. Note: overrides must not be nil pointer.

func ClusterRoleBinding added in v1.32.0

func ClusterRoleBinding(name, clusterRole, sa string, namespaces []string) *rbacv1.ClusterRoleBinding

ClusterRoleBinding returns a cluster role binding with the given name, that binds the given cluster role to the service account in each of the provided namespaces.

func GetAffinity added in v1.37.0

func GetAffinity(overrides any) *corev1.Affinity

func GetContainers added in v1.37.0

func GetContainers(overrides any) []corev1.Container

func GetDeploymentStrategy added in v1.37.0

func GetDeploymentStrategy(overrides any) *appsv1.DeploymentStrategy

func GetInitContainers added in v1.37.0

func GetInitContainers(overrides any) []corev1.Container

func GetMetadata added in v1.37.0

func GetMetadata(overrides any) *operator.Metadata

func GetMinReadySeconds added in v1.37.0

func GetMinReadySeconds(overrides any) *int32

func GetNodeSelector added in v1.37.0

func GetNodeSelector(overrides any) map[string]string

func GetPodTemplateMetadata added in v1.37.0

func GetPodTemplateMetadata(overrides any) *operator.Metadata

func GetPriorityClassName added in v1.37.0

func GetPriorityClassName(overrides any) string

func GetTerminationGracePeriodSeconds added in v1.37.0

func GetTerminationGracePeriodSeconds(overrides any) *int64

func GetTolerations added in v1.37.0

func GetTolerations(overrides any) []corev1.Toleration

func GetTopologySpreadConstraints added in v1.37.0

func GetTopologySpreadConstraints(overrides any) []corev1.TopologySpreadConstraint

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
OSZAR »