-
Notifications
You must be signed in to change notification settings - Fork 267
Implement update
functionality for VPCEndpoint
resource
#1205
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
Comments
Note, resource will not be in |
@brycahta sounds like |
Issue #, if available: aws-controllers-k8s/community#1205 Description of changes: * Late initializes `PolicyDocument` field so VPCEndpoint can achieve Synced state if `PolicyDocument` is not provided in the Spec. This is necessary because the API [defaults PolicyDocument](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpcEndpoint.html), if not provided. * Updates related test By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Rotten issues close after 30d of inactivity. |
@ack-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@a-hilaly: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen
|
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Rotten issues close after 30d of inactivity. |
@ack-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. |
/lifecycle frozen |
Do we know what the comment in the unimplemented // TODO(jaypipes): Figure this out... Is there something tricky here to be figured out? If so, what is the context? |
@cannonpalms I was going to reply "that is the generated code when update operations are too complex to handle", but looks like it's that AND we probably have a code-generator bug https://github.com/aws-controllers-k8s/code-generator/blob/14cef51778d471698018b6c38b604181a6948248/templates/pkg/resource/sdk_update_not_implemented.go.tpl#L1-L10 |
Is your feature request related to a problem?
ec2-controller supports Create/Delete functionality for
VPCEndpoint
resource, but not Update.Describe the solution you'd like
I should be able to modify/update an ACK-managed
VPCEndpoint
resource using its controllerDescribe alternatives you've considered
Updating resource myself using
aws-sdk
, cli, or consoleThe text was updated successfully, but these errors were encountered: