github.com/kubeflow/training-operator@v1.7.0/sdk/python/docs/KubeflowOrgV1ReplicaSpec.md (about) 1 # KubeflowOrgV1ReplicaSpec 2 3 ReplicaSpec is a description of the replica 4 ## Properties 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **replicas** | **int** | Replicas is the desired number of replicas of the given template. If unspecified, defaults to 1. | [optional] 8 **restart_policy** | **str** | Restart policy for all replicas within the job. One of Always, OnFailure, Never and ExitCode. Default to Never. | [optional] 9 **template** | [**V1PodTemplateSpec**](V1PodTemplateSpec.md) | | [optional] 10 11 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 13