v1CreateTvcDeploymentIntent constructor

const v1CreateTvcDeploymentIntent({
  1. required String appId,
  2. required String qosVersion,
  3. required String pivotContainerImageUrl,
  4. required String pivotPath,
  5. required List<String> pivotArgs,
  6. required String expectedPivotDigest,
  7. num? nonce,
  8. String? pivotContainerEncryptedPullSecret,
  9. bool? debugMode,
  10. required v1TvcHealthCheckType healthCheckType,
  11. required num healthCheckPort,
  12. 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,
});