AddonsConfig constructor

AddonsConfig({
  1. AgentSandboxConfig? agentSandboxConfig,
  2. CloudRunConfig? cloudRunConfig,
  3. ConfigConnectorConfig? configConnectorConfig,
  4. DnsCacheConfig? dnsCacheConfig,
  5. GcePersistentDiskCsiDriverConfig? gcePersistentDiskCsiDriverConfig,
  6. GcpFilestoreCsiDriverConfig? gcpFilestoreCsiDriverConfig,
  7. GcsFuseCsiDriverConfig? gcsFuseCsiDriverConfig,
  8. GkeBackupAgentConfig? gkeBackupAgentConfig,
  9. HighScaleCheckpointingConfig? highScaleCheckpointingConfig,
  10. HorizontalPodAutoscaling? horizontalPodAutoscaling,
  11. HttpLoadBalancing? httpLoadBalancing,
  12. KubernetesDashboard? kubernetesDashboard,
  13. LustreCsiDriverConfig? lustreCsiDriverConfig,
  14. NetworkPolicyConfig? networkPolicyConfig,
  15. NodeReadinessConfig? nodeReadinessConfig,
  16. ParallelstoreCsiDriverConfig? parallelstoreCsiDriverConfig,
  17. PodSnapshotConfig? podSnapshotConfig,
  18. RayOperatorConfig? rayOperatorConfig,
  19. SliceControllerConfig? sliceControllerConfig,
  20. SlurmOperatorConfig? slurmOperatorConfig,
  21. StatefulHAConfig? statefulHaConfig,
})

Implementation

AddonsConfig({
  this.agentSandboxConfig,
  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.nodeReadinessConfig,
  this.parallelstoreCsiDriverConfig,
  this.podSnapshotConfig,
  this.rayOperatorConfig,
  this.sliceControllerConfig,
  this.slurmOperatorConfig,
  this.statefulHaConfig,
});