Skip to content

Commit

Permalink
Use LocalObjectReference for ImageRef (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag authored Feb 22, 2022
1 parent d83617b commit 84c4bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/ibmpowervsmachine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type IBMPowerVSMachineSpec struct {
// ImageRef is an optional reference to a provider-specific resource that holds
// the details for provisioning the Image for a Cluster.
// +optional
ImageRef *v1.ObjectReference `json:"imageRef,omitempty"`
ImageRef *v1.LocalObjectReference `json:"imageRef,omitempty"`

// SysType is the System type used to host the vsi
// +optional
Expand Down
2 changes: 1 addition & 1 deletion api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84c4bb4

Please sign in to comment.