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(konnect): add KonnectControlPlane reconciler #462

Merged
merged 5 commits into from
Aug 12, 2024

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Aug 2, 2024

What this PR does / why we need it:

Adds KonnectControlPlane reconciler.

Example manifest:

kind: KonnectControlPlane
apiVersion: konnect.konghq.com/v1alpha1
metadata:
  name: test1
  namespace: default
spec:
  name: test1
  labels:
    app: test1
    key1: test1
  konnect:
    authRef:
      name: konnect-api-auth-dev-1
---
kind: KonnectAPIAuthConfiguration
apiVersion: konnect.konghq.com/v1alpha1
metadata:
  name: konnect-api-auth-dev-1
  namespace: default
spec:
  type: token
  token: kpat_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  serverURL: eu.api.konghq.com

Depends on Kong/kubernetes-configuration#20

Which issue this PR fixes

Part of #432

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect significant changes

@pmalek pmalek added this to the KGO v1.4.x milestone Aug 2, 2024
@pmalek pmalek self-assigned this Aug 2, 2024
@pmalek pmalek force-pushed the konnect-controlplane-reconciler branch 2 times, most recently from c268180 to 20eed67 Compare August 8, 2024 10:05
@pmalek pmalek removed the blocked label Aug 8, 2024
@pmalek pmalek force-pushed the konnect-controlplane-reconciler branch 2 times, most recently from 45fbc7d to 136893a Compare August 8, 2024 10:49
@pmalek pmalek changed the title Konnect controlplane reconciler feat(konnect): add KonnectControlPlane reconciler Aug 8, 2024
@pmalek pmalek marked this pull request as ready for review August 8, 2024 10:50
@pmalek pmalek requested a review from a team as a code owner August 8, 2024 10:50
@pmalek pmalek force-pushed the konnect-controlplane-reconciler branch from 136893a to 33d2102 Compare August 8, 2024 12:16
@mlavacca mlavacca self-requested a review August 8, 2024 14:28
@pmalek pmalek force-pushed the konnect-controlplane-reconciler branch from 331a9ff to de9c380 Compare August 8, 2024 16:49
controller/konnect/ops_controlplane.go Outdated Show resolved Hide resolved
controller/konnect/ops_controlplane.go Show resolved Hide resolved
controller/konnect/ops_controlplane.go Outdated Show resolved Hide resolved
controller/konnect/ops.go Outdated Show resolved Hide resolved
@pmalek pmalek force-pushed the konnect-controlplane-reconciler branch from de9c380 to 0bef985 Compare August 9, 2024 13:52
@pmalek pmalek requested a review from czeslavo August 9, 2024 14:06
@pmalek pmalek force-pushed the konnect-controlplane-reconciler branch from e3d43c6 to 02f5c35 Compare August 12, 2024 10:20
@pmalek pmalek merged commit b214d35 into main Aug 12, 2024
20 checks passed
@pmalek pmalek deleted the konnect-controlplane-reconciler branch August 12, 2024 10:36
@pmalek pmalek linked an issue Aug 16, 2024 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Konnect entities: KonnectControlPlane CRD
3 participants