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

Feat: add Support for K8s Credentials #847

Merged
merged 5 commits into from
May 7, 2024
Merged

Conversation

TomerHeber
Copy link
Collaborator

Issue & Steps to Reproduce / Feature Request

resolves #837

Solution

Part 2 (in part 1 only 1 kubernetes credentials was added).

  1. Add the 3 other kubernetes credentials resources.
  2. Add acceptance tests.
  3. Add integration tests.

Type: schema.TypeString,
Description: "eks cluster name",
Required: true,
ForceNew: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

You can update properties (other than name) in place, so I think there's no need to force a new resource
This comment is relevant to all other credential types added in this PR

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

added the update/patch option. (see latest commit for specific changes).

@TomerHeber TomerHeber requested a review from yaronya May 7, 2024 13:44
@github-actions github-actions bot added ready to merge PR approved - can be merged once the PR owner is ready and removed pending final review labels May 7, 2024
@TomerHeber TomerHeber merged commit 7595cfd into main May 7, 2024
5 of 6 checks passed
@TomerHeber TomerHeber deleted the feat-support-all-kubes-#837 branch May 7, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-client feature integration-tests provider ready to merge PR approved - can be merged once the PR owner is ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for K8s Credentials
2 participants