Skip to main content

Class: Options

Defined in: components/addWorkloadImagePullSecretNames.d.ts:8

Constructors

Constructor

new Options(imagePullSecretNames, predicate?): Options;

Defined in: components/addWorkloadImagePullSecretNames.d.ts:13

Parameters

ParameterType
imagePullSecretNamesstring[]
predicate?Predicate

Returns

Options

Properties

PropertyTypeDescriptionDefined in
imagePullSecretNamesstring[]Name of the image pull secret to add to workloads.components/addWorkloadImagePullSecretNames.d.ts:10
predicate?PredicatePredicate to filter which documents to modify. All workload documents will be modified if not specified.components/addWorkloadImagePullSecretNames.d.ts:12