ConnectorInfraConfig constructor
      
      ConnectorInfraConfig({ 
    
    
- String? connectionRatelimitWindowSeconds,
 - String? deploymentModel,
 - HPAConfig? hpaConfig,
 - String? internalclientRatelimitThreshold,
 - String? ratelimitThreshold,
 - ResourceLimits? resourceLimits,
 - ResourceRequests? resourceRequests,
 
Implementation
ConnectorInfraConfig({
  this.connectionRatelimitWindowSeconds,
  this.deploymentModel,
  this.hpaConfig,
  this.internalclientRatelimitThreshold,
  this.ratelimitThreshold,
  this.resourceLimits,
  this.resourceRequests,
  this.sharedDeployment,
});