ConnectorVersionInfraConfig constructor

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

Implementation

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