Skip to content

Commit

Permalink
Add cross namespace resource reference support in runtime
Browse files Browse the repository at this point in the history
* Added namespace string to AWSResourceReference struct
  • Loading branch information
Michael Tewoldemedhin committed Jul 19, 2024
1 parent ebeff35 commit c9f8343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/core/v1alpha1/identifiers.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ type AWSResourceReferenceWrapper struct {
// AWSResourceReference provides all the values necessary to reference another
// k8s resource for finding the identifier(Id/ARN/Name)
type AWSResourceReference struct {
Name *string `json:"name,omitempty"`
Name *string `json:"name,omitempty"`
Namespace *string `json:"namespace,omitempty"`
}

0 comments on commit c9f8343

Please sign in to comment.