spring-cloud-deployer
spring-cloud-deployer copied to clipboard
create-job k8's property can not be set per task launch
Currently the spring.cloud.deployment.kubernetes.create-job can only be established when the TaskLauncher is created. However, the other deployment properties can be set at task launch time. We can use the create-job the user specifies at launch time. This will be a breaking change for those users who currently use the KubernetesTaskLauncher and expect the value to be set at constructor time.