ContainerSpec constructor

ContainerSpec({
  1. FlexTemplateRuntimeEnvironment? defaultEnvironment,
  2. String? image,
  3. String? imageRepositoryCertPath,
  4. String? imageRepositoryPasswordSecretId,
  5. String? imageRepositoryUsernameSecretId,
  6. TemplateMetadata? metadata,
  7. SDKInfo? sdkInfo,
})

Implementation

ContainerSpec({
  this.defaultEnvironment,
  this.image,
  this.imageRepositoryCertPath,
  this.imageRepositoryPasswordSecretId,
  this.imageRepositoryUsernameSecretId,
  this.metadata,
  this.sdkInfo,
});