Skip to content

Commit

Permalink
Schemas changes missing due to issue in codegen script
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Giloux <fgiloux@redhat.com>
  • Loading branch information
fgiloux committed Feb 1, 2023
1 parent b085a04 commit 780bc64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/crds/core.kcp.io_logicalclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
versions:
- additionalPrinterColumns:
- description: The current phase (e.g. Scheduling, Initializing, Ready, Deleting)
jsonPath: .metadata.labels['tenancy\.kcp\.dev/phase']
jsonPath: .status.phase
name: Phase
type: string
- description: URL to access the logical cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apis.kcp.io/v1alpha1
kind: APIResourceSchema
metadata:
creationTimestamp: null
name: v230116-943e458f6.logicalclusters.core.kcp.io
name: v230201-b085a04a.logicalclusters.core.kcp.io
spec:
group: core.kcp.io
names:
Expand All @@ -16,7 +16,7 @@ spec:
versions:
- additionalPrinterColumns:
- description: The current phase (e.g. Scheduling, Initializing, Ready, Deleting)
jsonPath: .metadata.labels['tenancy\.kcp\.dev/phase']
jsonPath: .status.phase
name: Phase
type: string
- description: URL to access the logical cluster
Expand Down

0 comments on commit 780bc64

Please sign in to comment.