mpi-operator/sdk/python/v2beta1/docs/V1ReplicaSpec.md

707 B

V1ReplicaSpec

ReplicaSpec is a description of the replica

Properties

Name Type Description Notes
replicas int Replicas is the desired number of replicas of the given template. If unspecified, defaults to 1. [optional]
restart_policy str Restart policy for all replicas within the job. One of Always, OnFailure, Never and ExitCode. Default to Never. [optional]
template V1PodTemplateSpec [optional]

[Back to Model list] [Back to API list] [Back to README]