utils

package module
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

README

KIC Test Containers

This repository contains the Dockerfiles and code for the test containers used in the Kubernetes Ingress Controller.

Building the containers for local testing

For each container, run the following command from the root of the repository:

docker build -t <container-name> -f <container-type>/Dockerfile .

Alternatively, you can use the Makefile to build the containers. For example, to build the grpc-server container, run the following command from the root of the repository:

make grpc-server

Publishing the containers

The containers are published to the NGINX GitHub Container Registry when a new tag is created in this repository. You can see the packages on the right side of this page.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBuildInfo

func GetBuildInfo() (commitHash string, commitTime string, dirtyBuild string)

GetBuildInfo returns the commit hash, commit time and dirty build flag of the build.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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