Type Alias ClusterUpdateStatus

ClusterUpdateStatus: { added?: string[]; deleted?: string[]; type: "update" }

Type declaration

  • Optionaladded?: string[]
  • Optionaldeleted?: string[]
  • type: "update"