Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pingsutw committed Jun 26, 2020
1 parent d3a50e8 commit 2f86c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/tensorflow/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type TFJobSpec struct {
// FailurePolicy defines the policy to mark the TFJob as failure.
// Default to "", using the default rules.
// +optional
FailurePolicy *FailurePolicy `json:"FailurePolicy,omitempty"`
FailurePolicy *FailurePolicy `json:"failurePolicy,omitempty"`

// Defines the policy for cleaning up pods after the TFJob completes.
// Defaults to Running.
Expand Down

0 comments on commit 2f86c79

Please sign in to comment.