Overview of E2E test applications
mainThe E2E suite contains two primary test applications:
boot: A simple executable that lists pods. It is used as a compilation target to verify that
kubebuilds successfully with anyk8s-openapiversion feature selection greater than or equal to the project's MK8SV. It uses local authentication and is not dockerized.job: An advanced containerized application functionally equivalent to the
job_apiexample. It creates a no-op job, waits for completion, and then deletes it. It serves as a safety mechanism to verify that in-cluster authentication is functional and not hanging.