RStudio Launcher Plugin SDK  1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
Public Member Functions | Public Attributes | List of all members
rstudio::launcher_plugins::api::ContainerConfiguration Struct Reference

Describes the container configuration of the Job Source. More...

#include <IJobSource.hpp>

Public Member Functions

 ContainerConfiguration ()
 Default constructor.
 

Public Attributes

bool AllowUnknownImages
 
std::set< std::string > ContainerImages
 
std::string DefaultImage
 
bool SupportsContainers
 

Detailed Description

Describes the container configuration of the Job Source.

Member Data Documentation

◆ AllowUnknownImages

bool rstudio::launcher_plugins::api::ContainerConfiguration::AllowUnknownImages

Whether users may select unknown images when launching a job.

◆ ContainerImages

std::set<std::string> rstudio::launcher_plugins::api::ContainerConfiguration::ContainerImages

The list of known images.

◆ DefaultImage

std::string rstudio::launcher_plugins::api::ContainerConfiguration::DefaultImage

The default image.

◆ SupportsContainers

bool rstudio::launcher_plugins::api::ContainerConfiguration::SupportsContainers

Whether this Job Source supports containers. Default: false.


The documentation for this struct was generated from the following file: