Skip to content

Commit

Permalink
Reflect deprecation of .status.nodeRef in the NutanixMachine CRD
Browse files Browse the repository at this point in the history
This is a follow-up to commit 167cf7c
  • Loading branch information
dlipovetsky committed Dec 20, 2023
1 parent ec1aa95 commit e03e5b5
Showing 1 changed file with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ spec:
jsonPath: .spec.providerID
name: ProviderID
type: string
- description: Corresponding workload cluster node
jsonPath: .status.nodeRef.name
name: NodeRef
type: string
name: v1alpha4
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -309,8 +305,9 @@ spec:
description: Will be set in case of failure of Machine instance
type: string
nodeRef:
description: NodeRef is a reference to the corresponding workload
cluster Node if it exists.
description: 'NodeRef is a reference to the corresponding workload
cluster Node if it exists. Deprecated: Do not use. Will be removed
in a future release.'
properties:
apiVersion:
description: API version of the referent.
Expand Down Expand Up @@ -370,10 +367,6 @@ spec:
jsonPath: .spec.providerID
name: ProviderID
type: string
- description: Corresponding workload cluster node
jsonPath: .status.nodeRef.name
name: NodeRef
type: string
name: v1beta1
schema:
openAPIV3Schema:
Expand Down Expand Up @@ -669,8 +662,9 @@ spec:
description: Will be set in case of failure of Machine instance
type: string
nodeRef:
description: NodeRef is a reference to the corresponding workload
cluster Node if it exists.
description: 'NodeRef is a reference to the corresponding workload
cluster Node if it exists. Deprecated: Do not use. Will be removed
in a future release.'
properties:
apiVersion:
description: API version of the referent.
Expand Down

0 comments on commit e03e5b5

Please sign in to comment.