Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions install/0000_30_machine-api-operator_02_machine.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ spec:
description: Zone associated with machine
name: Zone
type: string
- JSONPath: .status.nodeRef.name
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It needs to be set in machine_types.go first and the CRD updated by running make gen-crd. Otherwise, your change will get removed after the CRD gets regen again. Let's collect all the bits in openshift/cluster-api#55 first.

description: Node associated with machine
name: Node
type: string
- JSONPath: .metadata.creationTimestamp
description: Machine age
name: Age
Expand Down