Skip to content

Commit

Permalink
fix(konnect): add missing index options
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Oct 24, 2024
1 parent 170469a commit b86581a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/manager/controller_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,18 @@ func SetupCacheIndicesForKonnectTypes(ctx context.Context, mgr manager.Manager,
Object: &configurationv1alpha1.KongVault{},
IndexOptions: konnect.IndexOptionsForKongVault(),
},
{
Object: &configurationv1alpha1.KongVault{},
IndexOptions: konnect.IndexOptionsForKongVault(),
},
{
Object: &configurationv1alpha1.KongCertificate{},
IndexOptions: konnect.IndexOptionsForKongCertificate(),
},
{
Object: &configurationv1alpha1.KongCACertificate{},
IndexOptions: konnect.IndexOptionsForKongCACertificate(),
},
{
Object: &konnectv1alpha1.KonnectGatewayControlPlane{},
IndexOptions: konnect.IndexOptionsForKonnectGatewayControlPlane(),
Expand Down

0 comments on commit b86581a

Please sign in to comment.