Class: Options
Defined in: components/addWorkloadImagePullSecretNames.d.ts:8
Constructors
Constructor
new Options(imagePullSecretNames, predicate?): Options;
Defined in: components/addWorkloadImagePullSecretNames.d.ts:13
Parameters
| Parameter | Type |
|---|---|
imagePullSecretNames | string[] |
predicate? | Predicate |
Returns
Options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
imagePullSecretNames | string[] | Name of the image pull secret to add to workloads. | components/addWorkloadImagePullSecretNames.d.ts:10 |
predicate? | Predicate | Predicate to filter which documents to modify. All workload documents will be modified if not specified. | components/addWorkloadImagePullSecretNames.d.ts:12 |