You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/classes/_types_.configs.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Creates a Config.
40
40
41
41
Name | Type | Default | Description |
42
42
------ | ------ | ------ | ------ |
43
-
`input` | [KubernetesObject](../interfaces/_types_.kubernetesobject.md)[] | [] | Input Kubernetes objects. If supplied multiple objects with the same (Group, Kind, Namespace, Name) discards all but the last one. Does not preserve insertion order of the passed objects. |
43
+
`input` | [KubernetesObject](../interfaces/_types_.kubernetesobject.md)[] | [] | Input Kubernetes objects. If supplied multiple objects with the same [kubernetesKey](../modules/_types_.md#kuberneteskey) discards all but the last one. Does not preserve insertion order of the given objects. |
44
44
`functionConfig?` | [KubernetesObject](../interfaces/_types_.kubernetesobject.md) | - | Kubernetes object used to parameterize the function's behavior. |
45
45
46
46
**Returns:***[Configs](_types_.configs.md)*
@@ -51,9 +51,9 @@ Name | Type | Default | Description |
0 commit comments