-
Notifications
You must be signed in to change notification settings - Fork 134
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
add subnet_configuration to VPCEndpoint LateInit #1599
add subnet_configuration to VPCEndpoint LateInit #1599
Conversation
5d6a1d0
to
b63c2c9
Compare
/test-examples="examples/ec2/v1beta1/vpcendpointsubnetassociation.yaml" |
/test-examples="examples/ec2/v1beta1/vpcendpointsubnetassociation.yaml" |
1 similar comment
/test-examples="examples/ec2/v1beta1/vpcendpointsubnetassociation.yaml" |
Signed-off-by: Steven Borrelli <[email protected]>
Signed-off-by: Steven Borrelli <[email protected]>
Signed-off-by: Steven Borrelli <[email protected]>
Signed-off-by: Steven Borrelli <[email protected]>
328fb96
to
0bc6613
Compare
/test-examples="examples/ec2/v1beta1/vpcendpoint.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @stevendborrelli, LGTM.
Successfully created backport PR for |
Description of your changes
Add
subnet_configuration
to status for a VPC Endpoint.Fixes #1596
I have:
make reviewable
to ensure this PR is ready for review.backport release-x.y
labels to auto-backport this PR if necessary.How has this code been tested
We can see for the
VPCEndpoint
uptest run thatstatus.subnetConfiguration
is set but not lateInitialized to thespec
.