Skip to content

Commit

Permalink
fix: failed to sync cache due to status subresouce missed in tfjob CRD (
Browse files Browse the repository at this point in the history
kubeflow#1173)

Signed-off-by: Yi Chen <github@chenyicn.net>
  • Loading branch information
ChenYi015 authored Oct 14, 2024
1 parent a1b7285 commit 82fd0ba
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
controller-gen.kubebuilder.io/version: v0.15.0
git-repo: https://github.com/AliyunContainerService/tf-operator
git-branch: v1.0-aliyun-branch
git-commit: a0bb318635fbf624d277e6981e62ba0b46e20ee2
git-commit: c36c43433bccfa740b1dec5e0e7cd4091d08fd27
name: tfjobs.kubeflow.org
spec:
group: kubeflow.org
Expand All @@ -17,7 +17,14 @@ spec:
singular: tfjob
scope: Namespaced
versions:
- name: v1
- additionalPrinterColumns:
- jsonPath: .status.conditions[-1:].type
name: State
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1
schema:
openAPIV3Schema:
description: Represents a TFJob resource.
Expand Down Expand Up @@ -4358,3 +4365,5 @@ spec:
type: object
served: true
storage: true
subresources:
status: {}

0 comments on commit 82fd0ba

Please sign in to comment.