-
Notifications
You must be signed in to change notification settings - Fork 13
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
[teraslice] add typescript types to KubernetesV2 backend #3812
Merged
Merged
Changes from 27 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9cdaca4
rename resource folders to not be plural
busma13 8810387
add types to k8s v2
busma13 af9d638
add types to tests for k8s v2
busma13 41a1dae
remove commented out code, fix import formatting
busma13 7eb3e10
revert _getClusterState to previous syntax
busma13 c6d50e2
replace instanceof checks
busma13 f38613d
refactor post and list functions
busma13 033d56d
remove unneeded check
busma13 4aea696
handle undefined k8sConfig fields
busma13 5e45e0e
pass required parameters to tests
busma13 c5fa86c
refactor delete fn
busma13 3743334
remove retryable
busma13 dc4b90d
make resourceTypes plural
busma13 993d605
extend K8sResource class
busma13 c46ad38
fix jsdoc comments
busma13 827aab6
removed unused imports
busma13 383b68e
missed a resourceType rename in test
busma13 7cfc9c1
accidentally removed undefined checks in makeTemplate
busma13 fe4f2b0
fix tests
busma13 6cadcd5
extend k8s resources to TS resources that have required fields
busma13 73a00e3
release: (minor) [email protected]
busma13 2e13500
make kubernetes_api_poll_delay mandatory in teraslice Config type
busma13 d27ce69
remove unneeded undefined checks, typos
busma13 39425b5
missed an unneeded check
busma13 cd572d3
merge resource template into instance of resource class. Update imports
busma13 370df23
reformat imports
busma13 3787911
k8s-v2-spec update resource creation. env can't be required - not ret…
busma13 60ca244
remove comment
busma13 f709489
remove defaults from teraslice Config type
busma13 b4d02b5
bump: (minor) @terascope/[email protected], @terascope/[email protected]
busma13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is this the only kubernetes config or are there other ones as well?