AddonsConfig constructor

AddonsConfig({
  1. CloudRunConfig? cloudRunConfig,
  2. ConfigConnectorConfig? configConnectorConfig,
  3. DnsCacheConfig? dnsCacheConfig,
  4. GcePersistentDiskCsiDriverConfig? gcePersistentDiskCsiDriverConfig,
  5. GcpFilestoreCsiDriverConfig? gcpFilestoreCsiDriverConfig,
  6. GcsFuseCsiDriverConfig? gcsFuseCsiDriverConfig,
  7. GkeBackupAgentConfig? gkeBackupAgentConfig,
  8. HighScaleCheckpointingConfig? highScaleCheckpointingConfig,
  9. HorizontalPodAutoscaling? horizontalPodAutoscaling,
  10. HttpLoadBalancing? httpLoadBalancing,
  11. KubernetesDashboard? kubernetesDashboard,
  12. LustreCsiDriverConfig? lustreCsiDriverConfig,
  13. NetworkPolicyConfig? networkPolicyConfig,
  14. ParallelstoreCsiDriverConfig? parallelstoreCsiDriverConfig,
  15. RayOperatorConfig? rayOperatorConfig,
  16. StatefulHAConfig? statefulHaConfig,
})

Implementation

AddonsConfig({
  this.cloudRunConfig,
  this.configConnectorConfig,
  this.dnsCacheConfig,
  this.gcePersistentDiskCsiDriverConfig,
  this.gcpFilestoreCsiDriverConfig,
  this.gcsFuseCsiDriverConfig,
  this.gkeBackupAgentConfig,
  this.highScaleCheckpointingConfig,
  this.horizontalPodAutoscaling,
  this.httpLoadBalancing,
  this.kubernetesDashboard,
  this.lustreCsiDriverConfig,
  this.networkPolicyConfig,
  this.parallelstoreCsiDriverConfig,
  this.rayOperatorConfig,
  this.statefulHaConfig,
});