Add hostAliases to the runner spec (#456)

This commit is contained in:
Agoney Garcia-Deniz
2021-04-17 09:04:52 +01:00
committed by GitHub
parent 7b44454d01
commit 2e551c9d0a
9 changed files with 97 additions and 0 deletions

View File

@@ -607,6 +607,20 @@ spec:
type: array
group:
type: string
hostAliases:
items:
description: HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.
properties:
hostnames:
description: Hostnames for the above IP address.
items:
type: string
type: array
ip:
description: IP address of the host file entry.
type: string
type: object
type: array
image:
type: string
imagePullPolicy: