Wasm Directoryalpha
Record

run-cluster-lint-params

No description available.

record run-cluster-lint-params {
  cluster-id: string,
  exclude-checks: option​<list​<string>>,
  exclude-groups: option​<list​<string>>,
  include-checks: option​<list​<string>>,
  include-groups: option​<list​<string>>,
}

Fields

NameTypeDescription
cluster-idstring
exclude-checksoption​<list​<string>>
exclude-groupsoption​<list​<string>>
include-checksoption​<list​<string>>
include-groupsoption​<list​<string>>