File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 70
70
the creation of a managed ` KongPluginBinding ` resource, which is taken by the
71
71
` KongPluginBinding ` reconciler to create the corresponding plugin object in Konnect.
72
72
[ #550 ] ( https://github.com/Kong/gateway-operator/pull/550 )
73
- - Add support for ` KognConsumer ` credentials:
73
+ - Add support for ` KongConsumer ` credentials:
74
74
- basic-auth [ #625 ] ( https://github.com/Kong/gateway-operator/pull/625 )
75
75
76
76
### Fixed
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ func createCredentialBasicAuth(
71
71
return nil
72
72
}
73
73
74
- // updateRoute updates the Konnect Route entity.
75
- // It is assumed that provided KongRoute has Konnect ID set in status.
76
- // It returns an error if the KongRoute does not have a ControlPlaneRef or
74
+ // updateCredentialBasicAuth updates the Konnect BasicAuth entity.
75
+ // It is assumed that the provided BasicAuth has Konnect ID set in status.
76
+ // It returns an error if the BasicAuth does not have a ControlPlaneRef or
77
77
// if the operation fails.
78
78
func updateCredentialBasicAuth (
79
79
ctx context.Context ,
@@ -123,8 +123,8 @@ func updateCredentialBasicAuth(
123
123
return nil
124
124
}
125
125
126
- // deleteRoute deletes a KongRoute in Konnect.
127
- // It is assumed that provided KongRoute has Konnect ID set in status.
126
+ // deleteCredentialBasicAuth deletes a BasicAuth credential in Konnect.
127
+ // It is assumed that the provided BasicAuth has Konnect ID set in status.
128
128
// It returns an error if the operation fails.
129
129
func deleteCredentialBasicAuth (
130
130
ctx context.Context ,
You can’t perform that action at this time.
0 commit comments