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

control-plane: implement ResourceStore abstraction for k8s #36

Merged
merged 2 commits into from
Jun 27, 2019

Conversation

yskopets
Copy link
Contributor

Changes:

  • introduce interfaces common for all CRDs, namely KubernetesObject and KubernetesList (see pkg/plugins/resources/k8s/native/pkg/model/resources.go)
  • implement ResourceStore for k8s backend
  • introduce CRD for the sample TrafficRoute resource (see pkg/plugins/resources/k8s/native/test/api/sample/v1alpha1)

@yskopets yskopets added this to the 0.1 milestone Jun 25, 2019
@yskopets yskopets force-pushed the feature/resource-spec-protobuf branch from 07c7c68 to cb5860d Compare June 26, 2019 09:33
@yskopets yskopets force-pushed the feature/resource-spec-protobuf branch from cb5860d to 291d7ca Compare June 27, 2019 09:18
@yskopets yskopets force-pushed the feature/resource-spec-protobuf branch from 291d7ca to 9621605 Compare June 27, 2019 09:27
@yskopets yskopets force-pushed the feature/resource-spec-protobuf branch from 9621605 to 1c0515b Compare June 27, 2019 17:28
@yskopets yskopets changed the base branch from feature/resource-spec-protobuf to master June 27, 2019 18:25
@yskopets yskopets merged commit 6977d09 into master Jun 27, 2019
@yskopets yskopets deleted the feature/resource-store-k8s branch July 8, 2019 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants