Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface K8sContainerRegistration

Additional options for Kubernetes implementation of container goals.

Hierarchy

Index

Properties

Optional callback

Replace generic callback in ContainerRegistration with Kubernetes-specific callback.

containers

containers: Array<Merge<DeepPartial<V1Container>, GoalContainer>>

Replace generic containers in ContainerRegistration with Kubernetes containers.

Optional input

input: string[]

Cache classifiers to retrieve from cache before starting goal execution. The values must correspond to output classifiers from previously executed container goals in the same goal set.

Optional output

output: CacheEntry[]

File path globs to store in cache after goal execution. They values should be glob paths relative to the root of the project directory.

Optional volumes

volumes: Array<Merge<DeepPartial<V1Volume>, GoalContainerVolume>>

Replace generic volumes in ContainerRegistration with Kubernetes volumes.

Generated using TypeDoc