v1CreateTvcDeploymentIntent constructor
const
v1CreateTvcDeploymentIntent({
- required String appId,
- required String qosVersion,
- required String pivotContainerImageUrl,
- required String pivotPath,
- required List<
String> pivotArgs, - required String expectedPivotDigest,
- num? nonce,
- String? pivotContainerEncryptedPullSecret,
- bool? debugMode,
- required v1TvcHealthCheckType healthCheckType,
- required num healthCheckPort,
- required num publicIngressPort,
Implementation
const v1CreateTvcDeploymentIntent({
required this.appId,
required this.qosVersion,
required this.pivotContainerImageUrl,
required this.pivotPath,
required this.pivotArgs,
required this.expectedPivotDigest,
this.nonce,
this.pivotContainerEncryptedPullSecret,
this.debugMode,
required this.healthCheckType,
required this.healthCheckPort,
required this.publicIngressPort,
});