ConnectorVersionInfraConfig constructor

ConnectorVersionInfraConfig({
  1. String? connectionRatelimitWindowSeconds,
  2. String? deploymentModel,
  3. HPAConfig? hpaConfig,
  4. String? internalclientRatelimitThreshold,
  5. String? ratelimitThreshold,
  6. ResourceLimits? resourceLimits,
  7. ResourceRequests? resourceRequests,
  8. String? sharedDeployment,
})

Implementation

ConnectorVersionInfraConfig({
  this.connectionRatelimitWindowSeconds,
  this.deploymentModel,
  this.hpaConfig,
  this.internalclientRatelimitThreshold,
  this.ratelimitThreshold,
  this.resourceLimits,
  this.resourceRequests,
  this.sharedDeployment,
});