update pb index

This commit is contained in:
xuzhonghu 2019-05-13 11:22:06 +08:00
parent 0fea0f18e3
commit f6bd09143f
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ type JobSpec struct {
// the Job won't be automatically deleted. If this field is set to zero,
// the Job becomes eligible to be deleted immediately after it finishes.
// +optional
TTLSecondsAfterFinished *int32 `json:"ttlSecondsAfterFinished,omitempty" protobuf:"varint,8,opt,name=ttlSecondsAfterFinished"`
TTLSecondsAfterFinished *int32 `json:"ttlSecondsAfterFinished,omitempty" protobuf:"varint,9,opt,name=ttlSecondsAfterFinished"`
}
// VolumeSpec defines the specification of Volume, e.g. PVC