Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetworkInterface support #269

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vaspahomov
Copy link

I want to add VM instances support in crossplane/provider-azure.
This is second part of patch. First: #264

Description of your changes

Add support of NetworkInterface support.

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Same like in other resources like Subnet and VisrtualNetwork. And also manually tested

@vaspahomov vaspahomov force-pushed the feature/network-interface-support branch 2 times, most recently from e6e9620 to 0ae14d8 Compare June 29, 2021 15:11
@vaspahomov vaspahomov force-pushed the feature/network-interface-support branch from 0ae14d8 to b963747 Compare July 1, 2021 09:33
@negz negz closed this Aug 7, 2021
@negz negz reopened this Aug 7, 2021
@ulucinar ulucinar mentioned this pull request Sep 22, 2021
2 tasks
Copy link
Collaborator

@ulucinar ulucinar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @vaspahomov,
Thank you for working on introducing NetworkInterface support. This PR embodies #264 and thus, I did not review PublicIPAddress code in this PR, as #264 is already reviewed.

Comments/discussions are very similar to what we have in #264 and should be relatively straightforward to address. Please also do not forget to rebase and sign your commits.

Thank you for all your efforts, very much appreciated! And looking forward to merging all these PRs into the provider.

apis/network/v1alpha3/types.go Show resolved Hide resolved
apis/network/v1alpha3/types.go Show resolved Hide resolved
apis/network/v1alpha3/types.go Show resolved Hide resolved
apis/network/v1alpha3/types.go Show resolved Hide resolved
apis/network/v1alpha3/types.go Outdated Show resolved Hide resolved
pkg/controller/network/networkinterface/managed.go Outdated Show resolved Hide resolved
pkg/controller/network/networkinterface/managed.go Outdated Show resolved Hide resolved
pkg/controller/network/networkinterface/managed.go Outdated Show resolved Hide resolved
pkg/controller/network/networkinterface/managed.go Outdated Show resolved Hide resolved
pkg/controller/network/networkinterface/managed.go Outdated Show resolved Hide resolved
@ulucinar ulucinar mentioned this pull request Sep 23, 2021
2 tasks
vaspahomov and others added 2 commits September 27, 2021 15:44
Signed-off-by: vaspahomov <vaspahomov@yandex-team.ru>
Signed-off-by: vaspahomov <vas2142553@gmail.com>
Signed-off-by: vaspahomov <vas2142553@gmail.com>
@vaspahomov vaspahomov force-pushed the feature/network-interface-support branch from b963747 to 6e88352 Compare September 27, 2021 11:48
@vaspahomov
Copy link
Author

Hi! @ulucinar I committed fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants