pub type ReplicatedJob = ReplicatedJob;
👎Deprecated since 0.8.0: Please use
docker_sdk::service::ReplicatedJob
. This will be removed in 0.9.0.Aliased Type§
pub struct ReplicatedJob {
pub max_concurrent: u64,
pub total_completions: u64,
}
Fields§
§max_concurrent: u64
§total_completions: u64