Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 706 Bytes

V1ReplicaSpec.md

File metadata and controls

13 lines (9 loc) · 706 Bytes

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]