ProjectEnvironment constructor
ProjectEnvironment({
- required ComputeType computeType,
- required String image,
- required EnvironmentType type,
- String? certificate,
- List<
EnvironmentVariable> ? environmentVariables, - ImagePullCredentialsType? imagePullCredentialsType,
- bool? privilegedMode,
- RegistryCredential? registryCredential,
Implementation
ProjectEnvironment({
required this.computeType,
required this.image,
required this.type,
this.certificate,
this.environmentVariables,
this.imagePullCredentialsType,
this.privilegedMode,
this.registryCredential,
});