-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Kubernetes CRUD mock logic to use GenericKubernetesResource (#…
…3229) * removing fallbackhasmetadata to rely on generic needs better handling for non-conforming parsing * switching logic to use generickubernetes resource, rather than jsonnode * removing kubernetescrudattributesextractor by refining kind/plural logic * making the event logic more uniform * fix #3216: further refining the mock logic added awareness of apiVersion switched to using plural rather than kind * switching to action enum and trying to remove complexity * clearing up code smells
- Loading branch information
Showing
14 changed files
with
475 additions
and
1,073 deletions.
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
88 changes: 0 additions & 88 deletions
88
...rver-mock/src/main/java/io/fabric8/kubernetes/client/server/mock/FallbackHasMetadata.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.