Class ImageConfig (0.2.1)

ImageConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

ImageConfig defines the control plane images to run.

Attributes

NameDescription
target_image str
The initial image the remote agent will attempt to run for the control plane.
stable_image str
The stable image that the remote agent will fallback to if the target image fails.

Inheritance

builtins.object > proto.message.Message > ImageConfig