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

Go V2 Controller #64

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Go V2 Controller #64

merged 1 commit into from
Feb 6, 2025

Conversation

rushmash91
Copy link
Member

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

ack-prow bot commented Feb 5, 2025

@rushmash91: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
emrcontainers-verify-attribution 0a6129e link false /test emrcontainers-verify-attribution

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

Copy link
Member

@michaelhtm michaelhtm left a comment

Choose a reason for hiding this comment

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

Need to hold release until we address comments
/lgtm

required:
- executionRoleARN
- jobDriver
- releaseLabel
type: object
Copy link
Member

Choose a reason for hiding this comment

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

These fields are still required..code-gen bug?

Comment on lines +188 to +207
if input.ContainerProvider != nil {
// Clear any existing Info
if input.ContainerProvider.Info != nil {
input.ContainerProvider.Info = nil
}

// Set the Info field if it exists in the spec
eksInfo := &svcsdktypes.EksInfo{}
if desired.ko.Spec.ContainerProvider.Info != nil &&
desired.ko.Spec.ContainerProvider.Info.EKSInfo != nil &&
desired.ko.Spec.ContainerProvider.Info.EKSInfo.Namespace != nil {
eksInfo.Namespace = desired.ko.Spec.ContainerProvider.Info.EKSInfo.Namespace
} else {
eksInfo.Namespace = aws.String("default")
}
input.ContainerProvider.Info = &svcsdktypes.ContainerInfoMemberEksInfo{
Value: *eksInfo,
}
}

Copy link
Member

Choose a reason for hiding this comment

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

need to remove this portion after fix

}
f0.SetInfo(f0f1)
f0.Info = f0f1
Copy link
Member

Choose a reason for hiding this comment

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

f0f1 needs to equal f0f1f0Parent..code-gen bug..needs fix in next PR

@ack-prow ack-prow bot added the lgtm Indicates that a PR is ready to be merged. label Feb 5, 2025
@michaelhtm
Copy link
Member

/lgtm

1 similar comment
@a-hilaly
Copy link
Member

a-hilaly commented Feb 6, 2025

/lgtm

Copy link

ack-prow bot commented Feb 6, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: a-hilaly, michaelhtm, rushmash91

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ack-prow ack-prow bot added the approved label Feb 6, 2025
@ack-prow ack-prow bot merged commit b092363 into aws-controllers-k8s:main Feb 6, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants