You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**cleanPodPolicy** | **String** | CleanPodPolicy defines the policy to kill pods after TFJob is succeeded. Default to Running. | [optional]
8
8
**tfReplicaSpecs** | [**Map<String, V1alpha2TFReplicaSpec>**](V1alpha2TFReplicaSpec.md) | TFReplicaSpecs is map of TFReplicaType and TFReplicaSpec specifies the TF replicas to run. For example, { \"PS\": TFReplicaSpec, \"Worker\": TFReplicaSpec, } |
9
+
**ttlSecondsAfterFinishing** | **Integer** | TTLSecondsAfterFinished is the TTL to clean up tf-jobs (temporary before kubernetes adds the cleanup controller). It may take extra ReconcilePeriod seconds for the cleanup, since reconcile gets called periodically. Default to infinite. | [optional]
* TTLSecondsAfterFinished is the TTL to clean up tf-jobs (temporary before kubernetes adds the cleanup controller). It may take extra ReconcilePeriod seconds for the cleanup, since reconcile gets called periodically. Default to infinite.
93
+
* @return ttlSecondsAfterFinishing
94
+
**/
95
+
@ApiModelProperty(value = "TTLSecondsAfterFinished is the TTL to clean up tf-jobs (temporary before kubernetes adds the cleanup controller). It may take extra ReconcilePeriod seconds for the cleanup, since reconcile gets called periodically. Default to infinite.")
0 commit comments