Skip to content

Commit

Permalink
Merge branch 'master' into mysql-replica
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMortlMicrosoft authored Apr 16, 2020
2 parents cdb76ee + ab42d8b commit e2157be
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ func (bc *AzureBlobContainerManager) GetParents(obj runtime.Object) ([]resourcem
}

return []resourcemanager.KubeParent{
{
Key: types.NamespacedName{
Name: instance.Spec.AccountName,
Namespace: instance.Namespace,
},
Target: &azurev1alpha1.StorageAccount{},
},
{
Key: types.NamespacedName{
Name: instance.Spec.ResourceGroup,
Expand All @@ -133,6 +140,7 @@ func (bc *AzureBlobContainerManager) GetParents(obj runtime.Object) ([]resourcem
Target: &azurev1alpha1.ResourceGroup{},
},
}, nil

}

func (bc *AzureBlobContainerManager) GetStatus(obj runtime.Object) (*azurev1alpha1.ASOStatus, error) {
Expand Down

0 comments on commit e2157be

Please sign in to comment.