Skip to content

Commit 84c4bb4

Browse files
authored
Use LocalObjectReference for ImageRef (#574)
1 parent d83617b commit 84c4bb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1beta1/ibmpowervsmachine_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type IBMPowerVSMachineSpec struct {
5050
// ImageRef is an optional reference to a provider-specific resource that holds
5151
// the details for provisioning the Image for a Cluster.
5252
// +optional
53-
ImageRef *v1.ObjectReference `json:"imageRef,omitempty"`
53+
ImageRef *v1.LocalObjectReference `json:"imageRef,omitempty"`
5454

5555
// SysType is the System type used to host the vsi
5656
// +optional

api/v1beta1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)