predicate

package
v1.127.0-rc.1 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsActiveRadixDeployment

func IsActiveRadixDeployment(rd radixv1.RadixDeployment) bool

func IsBatchJobStatusForBatchJob

func IsBatchJobStatusForBatchJob(job radixv1.RadixBatchJob) func(jobStatus radixv1.RadixBatchJobStatus) bool

func IsBatchJobWithName

func IsBatchJobWithName(name string) func(job radixv1.RadixBatchJob) bool

func IsDeploymentForAuxComponent

func IsDeploymentForAuxComponent(appName, componentName, auxType string) func(appsv1.Deployment) bool

func IsDeploymentForComponent

func IsDeploymentForComponent(appName, componentName string) func(appsv1.Deployment) bool

func IsHpaForComponent

func IsHpaForComponent(appName, componentName string) func(autoscalingv2.HorizontalPodAutoscaler) bool

func IsJobBefore added in v1.127.0

func IsJobBefore(j1, i Job) bool

IsJobBefore checks if job j1 is before job j2

func IsNotOrphanEnvironment

func IsNotOrphanEnvironment(re radixv1.RadixEnvironment) bool

func IsOrphanEnvironment

func IsOrphanEnvironment(re radixv1.RadixEnvironment) bool

func IsPodForAuxComponent

func IsPodForAuxComponent(appName, componentName, auxType string) func(corev1.Pod) bool

func IsPodForComponent

func IsPodForComponent(appName, componentName string) func(corev1.Pod) bool

func IsRadixDeploymentForRadixBatch

func IsRadixDeploymentForRadixBatch(batch *radixv1.RadixBatch) func(rd radixv1.RadixDeployment) bool

func IsScaledObjectForComponent

func IsScaledObjectForComponent(appName, componentName string) func(object v1alpha1.ScaledObject) bool

func IsSecretForSecretStoreProviderClass

func IsSecretForSecretStoreProviderClass(secret corev1.Secret) bool

func IsSecretProviderClassForDeployment

func IsSecretProviderClassForDeployment(deploymentName string) func(spc secretsstorev1.SecretProviderClass) bool

Types

type Job added in v1.127.0

type Job interface {
	GetCreated() *time.Time
	GetStarted() *time.Time
	GetEnded() *time.Time
}

Jump to

Keyboard shortcuts

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