# Functions
CheckContainerInPodTemplate used to execute a ContainerCheckInterface.Check(...) function again a specific container in a corev1.PodTemplateSpec object.
CheckMetadaInEDS used to execute a CheckExtendedDaemonSetFunc function on an ExtendedDaemonSet instance.
CheckPodTemplateInEDS used to execute a CheckPodTemplateFunc function on an ExtendedDaemonSet instance.
# Structs
CheckAnnotationIsPresent used to check if an annotation (key,value) is present on a metav1.ObjectMeta object.
CheckAnnotationsIsNotPresent used to check if a annotation key is not present on a metav1.ObjectMeta object.
CheckContainerDeepEqualIsPresent used to check if corev1.Container is equal to a container inside a corev1.PodTemplateSpec object.
CheckContainerNameIsPresentFunc used to check if container name is equal to a container name present in a corev1.PodTemplateSpec object.
CheckEnvFromIsPresent used to check if an corev1.EnvFromSource is present in a corev1.Container object.
CheckEnvVarIsPresent used to check if an corev1.EnvVar is present in a corev1.Container object.
CheckLabelIsNotPresent used to check if a label key is not present on a metav1.ObjectMeta object.
CheckLabelIsPresent used to check if a label (key,value) is present on a metav1.ObjectMeta object.
CheckNameNamespace used to check if the namespace and name are the expected value on a metav1.ObjectMeta.
CheckVolumeIsNotPresent used to check if a corev1.Volume is not present in a corev1.PodTemplateSpec object.
CheckVolumeIsPresent used to check if a corev1.Volume is present in a corev1.PodTemplateSpec object.
CheckVolumeMountIsPresent used to check if an corev1.VolumeMount is present in a corev1.Container object.
# Interfaces
ContainerCheckInterface interface used by container checks.
ObjetMetaCheckInterface use as ObjectMeta check interface.
PodTemplateSpecCheckInterface interface use by PodTemplateSpec checks.
# Type aliases
CheckExtendedDaemonSetFunc define the signature of ExtendedDaemonSet's Check function.
CheckObjectMeta define the function signature of a check that runs again a metav1.ObjectMeta object.
CheckPodTemplateFunc define the signature of a check function against a corev1.PodTemplateSpec.