v1CreateTvcDeploymentIntent constructor
const
v1CreateTvcDeploymentIntent({
- required String appId,
- required String qosVersion,
- required String pivotContainerImageUrl,
- required String pivotPath,
- required List<
String> pivotArgs, - required String expectedPivotDigest,
- required String hostContainerImageUrl,
- required String hostPath,
- required List<
String> hostArgs, - num? nonce,
- String? pivotContainerEncryptedPullSecret,
- String? hostContainerEncryptedPullSecret,
Implementation
const v1CreateTvcDeploymentIntent({
required this.appId,
required this.qosVersion,
required this.pivotContainerImageUrl,
required this.pivotPath,
required this.pivotArgs,
required this.expectedPivotDigest,
required this.hostContainerImageUrl,
required this.hostPath,
required this.hostArgs,
this.nonce,
this.pivotContainerEncryptedPullSecret,
this.hostContainerEncryptedPullSecret,
});