ContainerSpec constructor
ContainerSpec({
- FlexTemplateRuntimeEnvironment? defaultEnvironment,
- String? image,
- String? imageRepositoryCertPath,
- String? imageRepositoryPasswordSecretId,
- String? imageRepositoryUsernameSecretId,
- TemplateMetadata? metadata,
- SDKInfo? sdkInfo,
Implementation
ContainerSpec({
this.defaultEnvironment,
this.image,
this.imageRepositoryCertPath,
this.imageRepositoryPasswordSecretId,
this.imageRepositoryUsernameSecretId,
this.metadata,
this.sdkInfo,
});